czt
2 天以前 9f6dacf7b39e5aeba37d8faf575c9e56d8cbe51a
src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1401.java
@@ -4,9 +4,6 @@
import com.bstek.dorado.annotation.PropertyDef;
import lombok.Data;
import lombok.EqualsAndHashCode;
import org.hibernate.annotations.GenericGenerator;
import javax.persistence.*;
import java.io.Serializable;
import java.util.Date;
@@ -34,6 +31,9 @@
    @PropertyDef(label = "承储企业")
    private String ccqy;
    @PropertyDef(label = "统一单位编码")
    private String tydwbm;
    @PropertyDef(label = "粮食品种")
    private String ylpz;
@@ -56,5 +56,9 @@
    @PropertyDef(label = "最后更新时间")
    private Date zhgxsj;
    @PropertyDef(label = "标记位")
    private String bjw;
}