czt
2025-04-15 b8bb7aac6f648cac32d14e44c9f410f383b53500
src/main/java/com/fzzy/api/entity/Api1201.java
@@ -54,6 +54,10 @@
    @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)
    private String khlx;
@@ -104,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;
@@ -128,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)
@@ -226,4 +244,8 @@
    @PropertyDef(label = "同步时间", description = "从粮库系统同步到接口管理中心的时间")
    @Column(name = "syncTime")
    private Date syncTime;
    @PropertyDef(label = "轮换年度", description = "目前上海使用")
    @Column(name = "lhnd")
    private String lhnd;
}