Commit 88baea44 by 王军业

5654645465

1 parent 26e280ad
...@@ -12,7 +12,7 @@ public class ExportModel { ...@@ -12,7 +12,7 @@ public class ExportModel {
private String year; //所属年份 private String year; //所属年份
@Excel(name="产品线类型") @Excel(name="产品线类型")
private String product_line_type; //产品线类型 private String product_line_type; //产品线类型
@Excel(name="签订日期",format="yyyy-MM-dd") @Excel(name="签订日期",format="yyyy-MM-dd",width=15)
private Date sign_date; //签订日期 private Date sign_date; //签订日期
@Excel(name="所属月份") @Excel(name="所属月份")
private String month; //所属月份 private String month; //所属月份
...@@ -30,9 +30,9 @@ public class ExportModel { ...@@ -30,9 +30,9 @@ public class ExportModel {
private String county_name="-"; //县 private String county_name="-"; //县
@ExcelIgnore() @ExcelIgnore()
private String county; private String county;
@Excel(name="客户名称") @Excel(name="客户名称",width=20)
private String customer_name="-"; //顾客名称 private String customer_name="-"; //顾客名称
@Excel(name="项目名称") @Excel(name="项目名称",width=20)
private String project_name="-"; //项目名称 private String project_name="-"; //项目名称
@Excel(name="合同金额") @Excel(name="合同金额")
private Double contract_amount; //合同金额 private Double contract_amount; //合同金额
...@@ -48,7 +48,7 @@ public class ExportModel { ...@@ -48,7 +48,7 @@ public class ExportModel {
private Double total_reback_amount; //累计已收款 private Double total_reback_amount; //累计已收款
@Excel(name="合同余额") @Excel(name="合同余额")
private Double contract_remain; //合同余额 private Double contract_remain; //合同余额
@Excel(name="账款状态") @Excel(name="账款状态",width=15)
private String amount_state_unid_name; //账款 状态 private String amount_state_unid_name; //账款 状态
@ExcelIgnore() @ExcelIgnore()
private String amount_state_unid; private String amount_state_unid;
...@@ -60,23 +60,23 @@ public class ExportModel { ...@@ -60,23 +60,23 @@ public class ExportModel {
private Integer over_days; //逾期天数 private Integer over_days; //逾期天数
@Excel(name="预付款金额") @Excel(name="预付款金额")
private Double advance_pay; //预付款金额 private Double advance_pay; //预付款金额
@Excel(name="预付款到期日",format="yyyy-MM-dd") @Excel(name="预付款到期日",format="yyyy-MM-dd",width=15)
private Date advance_pay_date; //预付款到期日 private Date advance_pay_date; //预付款到期日
@Excel(name="到货款金额") @Excel(name="到货款金额")
private Double arrive_pay; //到货款金额 private Double arrive_pay; //到货款金额
@Excel(name="发货日期",format="yyyy-MM-dd") @Excel(name="发货日期",format="yyyy-MM-dd",width=15)
private Date deliver_date; //发货日期 private Date deliver_date; //发货日期
@Excel(name="到货款到期日",format="yyyy-MM-dd") @Excel(name="到货款到期日",format="yyyy-MM-dd",width=15)
private Date arrive_pay_date; //到货款到期日 private Date arrive_pay_date; //到货款到期日
@Excel(name="验收款金额") @Excel(name="验收款金额")
private Double acceptanc_pay; //验收款金额 private Double acceptanc_pay; //验收款金额
@Excel(name="验收日期",format="yyyy-MM-dd") @Excel(name="验收日期",format="yyyy-MM-dd",width=15)
private Date acceptanc_date; //验收日期 private Date acceptanc_date; //验收日期
@Excel(name="验收款到期日",format="yyyy-MM-dd") @Excel(name="验收款到期日",format="yyyy-MM-dd",width=15)
private Date acceptanc_pay_date; //验货款到期日 private Date acceptanc_pay_date; //验货款到期日
@Excel(name="质保金额") @Excel(name="质保金额")
private Double mainten_pay; //质保金额 private Double mainten_pay; //质保金额
@Excel(name="质保款到期日",format="yyyy-MM-dd") @Excel(name="质保款到期日",format="yyyy-MM-dd",width=15)
private Date mainten_pay_date; //质保款到期日 private Date mainten_pay_date; //质保款到期日
private String salesperson_unid; private String salesperson_unid;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!