fix:店-招商经理关系

This commit is contained in:
suzhuhong
2026-01-02 11:54:49 +08:00
parent e34aea7a40
commit 2eaa1533c2
5 changed files with 33 additions and 3 deletions

View File

@@ -70,4 +70,10 @@ public class StoreDTO {
@ApiModelProperty("")
private String county;
@ApiModelProperty("招商经理")
private String investManager;
@ApiModelProperty("招商经理手机号")
private String investManagerMobile;
}

View File

@@ -265,4 +265,6 @@ public class StoreDO {
private Long branch;
private String joinSupervision;
}