czt
2025-09-16 db74943b46ffb5245477894f394c368cc04f93e7
src/main/java/com/fzzy/api/entity/Api1201.java
@@ -46,9 +46,17 @@
    @Column(name = "dwdm", length = 18)
    private String dwdm;
    @PropertyDef(label = "统一单位编码")
    @Column(name = "tydwbm", length = 20)
    private String tydwbm;
    @PropertyDef(label = "业务类别")
    @Column(name = "ywlx", length = 1)
    private String ywlx;
    @PropertyDef(label = "合同种类" ,description = "1:销售合同,2:采购合同,3:委托收储合同,4:委托收购合同")
    @Column(name = "htzl", length = 1)
    private String htzl;
    @PropertyDef(label = "客户类型")
    @Column(name = "khlx", length = 1)
@@ -100,6 +108,10 @@
    @Column(name = "ydwcsj")
    private Date ydwcsj;
    @PropertyDef(label = "验收方式")
    @Column(name = "ysfs", length = 64)
    private String ysfs;
    @PropertyDef(label = "签订地点")
    @Column(name = "qddd", length = 512)
    private String qddd;
@@ -124,6 +136,16 @@
    @PropertyDef(label = "合同总金额")
    @Column(name = "htzje", precision = 20, scale = 6)
    private BigDecimal htzje;
    /**
     * 1:全额先款后货
     * 2:按到款进度逐批发货
     * 3:货到并确认后一次性付款
     * 4:按到货批次逐批确认、逐批付款
     */
    @PropertyDef(label = "付款方式")
    @Column(name = "fkfs", length = 1)
    private String fkfs;
    @PropertyDef(label = "履约保证金")
    @Column(name = "lybzj", precision = 20, scale = 6)
@@ -222,4 +244,8 @@
    @PropertyDef(label = "同步时间", description = "从粮库系统同步到接口管理中心的时间")
    @Column(name = "syncTime")
    private Date syncTime;
    @PropertyDef(label = "轮换年度", description = "目前上海使用")
    @Column(name = "lhnd")
    private String lhnd;
}