Commit b77ffd8b authored by 远方不远's avatar 远方不远
parents 7c9a85ff bcab8932
......@@ -114,7 +114,7 @@ public class BusinessInfo extends BaseEntity
private String customerId;
/** 项目状态 */
@Excel(name = "项目状态")
@Excel(name = "项目状态(0.储备中1.跟进中2.已合作)")
private Integer status;
/** 评标办法 */
......
......@@ -32,6 +32,11 @@ public class BusinessBrowseVo {
*/
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