czt
2 天以前 9f6dacf7b39e5aeba37d8faf575c9e56d8cbe51a
src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1303.java
@@ -2,14 +2,8 @@
import com.alibaba.fastjson.annotation.JSONField;
import com.bstek.dorado.annotation.PropertyDef;
import com.fzzy.api.entity.ApiParent;
import lombok.Data;
import lombok.EqualsAndHashCode;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
import java.io.Serializable;
import java.util.Date;
@@ -38,13 +32,18 @@
    @PropertyDef(label = "货位代码")
    private String hwdm;
    @PropertyDef(label = "统一货位编码" )
    private String tyhwbm;
    @PropertyDef(label = "检查害虫方法")
    private String jchcff;
    @PropertyDef(label = "发生部位")
    private String fsbw;
    @JSONField(serialize = true)
    private String fsbw = "无";
    @PropertyDef(label = "害虫种类")
    @JSONField(serialize = true)
    private String hczl;
    @PropertyDef(label = "虫口密度值集合")
@@ -54,7 +53,7 @@
    private String cldjpd;
    @PropertyDef(label = "害虫抗药性分析")
    private String hckyxfx;
    private String hckyxfx= "无";
    @PropertyDef(label = "操作标志")
    private String czbz;