CZT
2023-12-21 d1b7f2eb67cd87edc4b5eb11def5acba07c75698
src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1209.java
@@ -70,6 +70,9 @@
    @PropertyDef(label = "损益是否正常")
    private String sysfzc;
    @PropertyDef(label = "损溢类型",description = "1:损耗,2:损失,3.其他")
    private String sylx;
    @PropertyDef(label = "损溢原因")
    private String syyy;
@@ -107,4 +110,10 @@
    @PropertyDef(label = "标记位")
    private String bjw;
    @PropertyDef(label = "粮食性质代码")
    private String lsxzdm;
    @JSONField(format = "yyyy-MM-dd")
    @PropertyDef(label = "业务日期" )
    private Date ywrq;
}