YYC
2024-10-31 30e29906664f9f92886311804c7838f33b9b4cb2
src/main/java/com/fzzy/api/entity/Api1201.java
@@ -54,6 +54,10 @@
    @Column(name = "ywlx", length = 1)
    private String ywlx;
    @PropertyDef(label = "合同种类")
    @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;
@@ -129,6 +137,16 @@
    @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)
    private double lybzj;