ws
2023-09-25 89cb4ea9adbf4578cceb379b58f36d0ac2d05095
src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1201.java
@@ -97,19 +97,15 @@
    @PropertyDef(label = "实际完成时间")
    private Date sswcsj;
    @JSONField(name = "Lysl")
    @PropertyDef(label = "履约数量")
    private double lysl;
    @JSONField(name = "Lyl")
    @PropertyDef(label = "履约率")
    private double lyl;
    private double lyl = 100;
    @JSONField(name = "Jsjg")
    @PropertyDef(label = "结算价格")
    private double jsjg;
    @JSONField(name = "Jszje", serializeUsing = NumberSerializer.class)
    @PropertyDef(label = "结算总金额")
    private BigDecimal jszje;
@@ -152,7 +148,7 @@
    private Date zhgxsj;
    @PropertyDef(label = "合同是否中止")
    private String htsfzz;
    private String htsfzz = "0";
    @PropertyDef(label = "标记位")
    private String bjw;