czt
2024-06-28 4603da77459b23291191b52a35c5c8ccb9ac60e3
src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1310.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;
@@ -34,6 +28,9 @@
    @PropertyDef(label = "货位代码")
    private String hwdm;
    @PropertyDef(label = "统一货位编码" )
    private String tyhwbm;
    @PropertyDef(label = "粮食品种代码")
    private String lspzdm;
@@ -42,6 +39,10 @@
    @PropertyDef(label = "检验类别")
    private String jylb;
    @JSONField(format = "yyyy-MM-dd")
    @PropertyDef(label = "检验日期")
    private Date jyrq;
    @PropertyDef(label = "检验单位")
    private String jydw;
@@ -116,10 +117,6 @@
    @PropertyDef(label = "最后更新时间")
    private Date zhgxsj;
    @JSONField(format = "yyyy-MM-dd")
    @PropertyDef(label = "检验日期")
    private Date jyrq;
    @PropertyDef(label = "标记位")
    private String bjw;
@@ -129,4 +126,7 @@
    @PropertyDef(label = "粮食性质代码")
    private String lsxzdm;
    @PropertyDef(label = "报告类型", description = "1-单位检验;2-整体检验;3-其他")
    private String bglx;
}