Commit a2b75a4d authored by lixiaolei's avatar lixiaolei

submit

parent 2977ae98
...@@ -114,7 +114,7 @@ public class BusinessInfo extends BaseEntity ...@@ -114,7 +114,7 @@ public class BusinessInfo extends BaseEntity
private String customerId; private String customerId;
/** 项目状态 */ /** 项目状态 */
@Excel(name = "项目状态") @Excel(name = "项目状态(0.储备中1.跟进中2.已合作)")
private Integer status; private Integer status;
/** 评标办法 */ /** 评标办法 */
......
...@@ -32,6 +32,11 @@ public class BusinessBrowseVo { ...@@ -32,6 +32,11 @@ public class BusinessBrowseVo {
*/ */
private String projectCategory; private String projectCategory;
/**
* 项目状态(0.储备中1.跟进中2.已合作)
*/
private Integer status;
/** /**
* 投资估算 * 投资估算
*/ */
......
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