Commit 7f8bc776 authored by lcl's avatar lcl

u

parent 7f8519cd
...@@ -113,7 +113,7 @@ public class DCustomerListVo implements Serializable { ...@@ -113,7 +113,7 @@ public class DCustomerListVo implements Serializable {
/** /**
* 队伍规模人数 * 队伍规模人数
*/ */
@Excel(name = "队伍规模", width = 10) @Excel(name = "队伍规模", cellType = Excel.ColumnType.NUMERIC, width = 10)
private Double serviceTeamPersonnum; private Double serviceTeamPersonnum;
/** /**
* 专业特长 * 专业特长
...@@ -133,7 +133,7 @@ public class DCustomerListVo implements Serializable { ...@@ -133,7 +133,7 @@ public class DCustomerListVo implements Serializable {
/** /**
* 注册资金 * 注册资金
*/ */
@Excel(name = "注册资金(万元)", width = 10) @Excel(name = "注册资金(万元)", cellType = Excel.ColumnType.NUMERIC, width = 10)
private Double registerCapital; private Double registerCapital;
/** /**
* 联系人 * 联系人
...@@ -149,18 +149,18 @@ public class DCustomerListVo implements Serializable { ...@@ -149,18 +149,18 @@ public class DCustomerListVo implements Serializable {
/** /**
* 准入时间 * 准入时间
*/ */
@Excel(name = "准入时间", width = 10 , dateFormat = "yyyy-MM-dd") @Excel(name = "准入时间", width = 10, dateFormat = "yyyy-MM-dd")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date approveDate2; private Date approveDate2;
/** /**
* 企业合作数量 * 企业合作数量
*/ */
@Excel(name = "公司合作数量", width = 10 ) @Excel(name = "公司合作数量", width = 10)
private Integer enterpriseCooperationCount; private Integer enterpriseCooperationCount;
/** /**
* 项目合作数量 * 项目合作数量
*/ */
@Excel(name = "合作项目数量", width = 10 ) @Excel(name = "合作项目数量", width = 10)
private Integer projectCooperationCount; private Integer projectCooperationCount;
/** /**
* 考评等级 * 考评等级
...@@ -169,5 +169,4 @@ public class DCustomerListVo implements Serializable { ...@@ -169,5 +169,4 @@ public class DCustomerListVo implements Serializable {
private String creditLevel; private String creditLevel;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment