|
@@ -1,6 +1,7 @@
|
|
|
package com.zd.bottle.domain;
|
|
package com.zd.bottle.domain;
|
|
|
|
|
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
|
|
+import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
|
|
import com.zd.common.core.annotation.Excel;
|
|
import com.zd.common.core.annotation.Excel;
|
|
|
import com.zd.common.core.web.domain.BaseBean;
|
|
import com.zd.common.core.web.domain.BaseBean;
|
|
|
import io.swagger.annotations.ApiModel;
|
|
import io.swagger.annotations.ApiModel;
|
|
@@ -27,6 +28,7 @@ import java.util.Date;
|
|
|
@Accessors(chain = true)
|
|
@Accessors(chain = true)
|
|
|
@ApiModel(value = "BottleStorage对象", description = "气瓶入库表")
|
|
@ApiModel(value = "BottleStorage对象", description = "气瓶入库表")
|
|
|
@EqualsAndHashCode(callSuper = true)
|
|
@EqualsAndHashCode(callSuper = true)
|
|
|
|
|
+@JsonIgnoreProperties(ignoreUnknown = true)
|
|
|
public class BottleStorage extends BaseBean {
|
|
public class BottleStorage extends BaseBean {
|
|
|
|
|
|
|
|
@Excel(name = "操作人")
|
|
@Excel(name = "操作人")
|