|
@@ -30,10 +30,6 @@ public class ContractExportDto {
|
|
|
private String projectContent;
|
|
|
|
|
|
|
|
|
- /**
|
|
|
- * 客户编号
|
|
|
- */
|
|
|
- private Long memerId;
|
|
|
|
|
|
/**
|
|
|
* 客户名称
|
|
@@ -97,11 +93,6 @@ public class ContractExportDto {
|
|
|
*/
|
|
|
private Integer invoiceType;
|
|
|
|
|
|
- /**
|
|
|
- * 区域名称
|
|
|
- * project表区域id关联
|
|
|
- */
|
|
|
- private String areaName;
|
|
|
|
|
|
/**
|
|
|
* 实收时间
|
|
@@ -113,10 +104,6 @@ public class ContractExportDto {
|
|
|
*/
|
|
|
private BigDecimal workMoney;
|
|
|
|
|
|
- /**
|
|
|
- * 应收金额
|
|
|
- */
|
|
|
- private BigDecimal planMoney;
|
|
|
|
|
|
/**
|
|
|
* 本期应收
|