线索加大区

This commit is contained in:
wangxiaopeng
2024-06-04 09:34:42 +08:00
parent 7a221f7530
commit c9ed6dc779
6 changed files with 19 additions and 3 deletions

View File

@@ -21,6 +21,9 @@ public class LineInfoDO {
@Column(name = "region_id")
private Long regionId;
@Column(name = "big_region_id")
private Long bigRegionId;
/**
* 手机号
*/

View File

@@ -18,4 +18,6 @@ public class AddLineRequest {
private String investmentManagerUserId;
private Long warRegionId;
}