|
@ -20,13 +20,21 @@ public class CustomerBillSummaryExportVo { |
|
|
@ApiModelProperty("合同编号") |
|
|
@ApiModelProperty("合同编号") |
|
|
@ExportEntityMap(CnName = "合同编号", EnName = "contractNo") |
|
|
@ExportEntityMap(CnName = "合同编号", EnName = "contractNo") |
|
|
private String contractNo; // 合同编号
|
|
|
private String contractNo; // 合同编号
|
|
|
|
|
|
@ExportEntityMap(CnName = "车架号", EnName = "vinNo") |
|
|
|
|
|
private String vinNo; // 车架号
|
|
|
|
|
|
@ExportEntityMap(CnName = "款项名称", EnName = "receivablesName") |
|
|
|
|
|
private String receivablesName; // 款项名称
|
|
|
|
|
|
@ExportEntityMap(CnName = "应收款项状态", EnName = "kxState") |
|
|
|
|
|
private String kxState; // 应收款项状态 01正常,02作废
|
|
|
@ApiModelProperty("应收金额") |
|
|
@ApiModelProperty("应收金额") |
|
|
@ExportEntityMap(CnName = "应收金额", EnName = "reveivableMoney") |
|
|
@ExportEntityMap(CnName = "应收金额", EnName = "reveivableMoney") |
|
|
private String reveivableMoney; // 当前应收金额
|
|
|
private String reveivableMoney; // 当前应收金额
|
|
|
@ApiModelProperty("实收金额") |
|
|
@ExportEntityMap(CnName = "收款日期", EnName = "collectionDate") |
|
|
@ExportEntityMap(CnName = "实收金额", EnName = "subscriptionMoney") |
|
|
private String collectionDate; |
|
|
|
|
|
@ExportEntityMap(CnName = "收款金额", EnName = "subscriptionMoney") |
|
|
private String subscriptionMoney; // 认款金额
|
|
|
private String subscriptionMoney; // 认款金额
|
|
|
@ApiModelProperty("未认款金额") |
|
|
@ExportEntityMap(CnName = "付款方式", EnName = "collectionTypeValue") |
|
|
@ExportEntityMap(CnName = "未认款金额", EnName = "noSubscriptionMoney") |
|
|
private String collectionTypeValue; |
|
|
private String noSubscriptionMoney; // 未认款金额
|
|
|
@ExportEntityMap(CnName = "单据编号", EnName = "billNo") |
|
|
|
|
|
private String billNo; // 单据编号
|
|
|
} |
|
|
} |
|
|