添加线索状态

This commit is contained in:
苏竹红
2023-12-27 17:05:58 +08:00
parent 53f04491b4
commit 2b9a1c2943
4 changed files with 6 additions and 0 deletions

View File

@@ -14,6 +14,8 @@ public class LineInterviewDTO {
private Long lineId;
private Integer lineStatus;
private String investmentManager;
private String investmentManagerName;

View File

@@ -20,6 +20,8 @@ public class ExhibitionLineVO {
private Integer lineId;
private Integer lineStatus;
private Integer wantShopArea;
private String wantShopAreaName;