|
@@ -57,8 +57,7 @@ public class ContractFile implements Serializable {
|
|
|
@Excel(name = "免费售后起始", width = 15, format = "yyyy-MM-dd")
|
|
|
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
|
|
|
@DateTimeFormat(pattern="yyyy-MM-dd")
|
|
|
- private java.util.Date
|
|
|
- freeAfterSalesStart;
|
|
|
+ private java.util.Date freeAfterSalesStart;
|
|
|
|
|
|
@Excel(name = "免费售后截至", width = 15, format = "yyyy-MM-dd")
|
|
|
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
|
|
@@ -126,6 +125,8 @@ public class ContractFile implements Serializable {
|
|
|
private String salesmanId;
|
|
|
|
|
|
private String salesmanName;
|
|
|
+
|
|
|
+ private java.math.BigDecimal received;
|
|
|
|
|
|
|
|
|
@TableField(exist = false)
|
|
@@ -139,8 +140,9 @@ public class ContractFile implements Serializable {
|
|
|
|
|
|
@TableField(exist = false)
|
|
|
private String fdCustomeraddress;
|
|
|
-
|
|
|
- private java.math.BigDecimal received;
|
|
|
+
|
|
|
+ @TableField(exist = false)
|
|
|
+private String proName;
|
|
|
|
|
|
|
|
|
@TableField(exist = false)
|