|
@@ -1,6 +1,7 @@
|
|
|
package com.fjhx.sale.entity.contract.vo;
|
|
|
|
|
|
import com.fjhx.file.entity.FileInfoVo;
|
|
|
+import com.fjhx.sale.entity.claim.po.ClaimContract;
|
|
|
import com.fjhx.sale.entity.contract.po.Contract;
|
|
|
import com.fjhx.sale.entity.contract.po.ContractProduct;
|
|
|
import com.fjhx.sale.entity.contract.po.ContractProject;
|
|
@@ -104,7 +105,7 @@ public class ContractVo extends Contract {
|
|
|
/**
|
|
|
* 客户标签(存在多个用逗号隔开)
|
|
|
*/
|
|
|
- private String tag;
|
|
|
+ private String tag;
|
|
|
|
|
|
/**
|
|
|
* 客户名称
|
|
@@ -149,5 +150,10 @@ public class ContractVo extends Contract {
|
|
|
*/
|
|
|
private String taxNumber;
|
|
|
|
|
|
+ /**
|
|
|
+ * 到账信息列表
|
|
|
+ */
|
|
|
+ private List<ClaimContract> claimContractList;
|
|
|
+
|
|
|
}
|
|
|
|