czt
3 天以前 46ee5aac0c31c352f19344eb3cfd762817f2559e
src/main/java/com/fzzy/api/entity/Api1201.java
@@ -54,7 +54,7 @@
    @Column(name = "ywlx", length = 1)
    private String ywlx;
    @PropertyDef(label = "合同种类")
    @PropertyDef(label = "合同种类" ,description = "1:销售合同,2:采购合同,3:委托收储合同,4:委托收购合同")
    @Column(name = "htzl", length = 1)
    private String htzl;
@@ -244,4 +244,8 @@
    @PropertyDef(label = "同步时间", description = "从粮库系统同步到接口管理中心的时间")
    @Column(name = "syncTime")
    private Date syncTime;
    @PropertyDef(label = "轮换年度", description = "目前上海使用")
    @Column(name = "lhnd")
    private String lhnd;
}