Merge branch 'dev/feat/partner1.6_20231226' into pre

This commit is contained in:
苏竹红
2023-12-27 17:10:13 +08:00
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;