CZT
2024-03-01 ac9b4c99b2534e31a8ce9948b376feb514c2ec20
src/main/java/com/fzzy/push/sh2023/dto/SH2023Api2101.java
@@ -112,14 +112,4 @@
    @PropertyDef(label = "标记位")
    private String bjw;
    @JSONField(serialize = false)
    @PropertyDef(label = "业务id")
    @Column(name = "bizId", length = 40)
    private String bizId;
    @JSONField(serialize = false)
    @PropertyDef(label = "同步时间", description = "从粮库系统同步到接口管理中心的时间")
    @Column(name = "syncTime")
    private Date syncTime;
}