创建门店

This commit is contained in:
shuo.wang
2025-07-11 10:39:59 +08:00
parent 0a5ca1e4f5
commit d257c19496
9 changed files with 254 additions and 34 deletions

View File

@@ -149,4 +149,6 @@ public class ShopInfoDO {
//区code
@Column(name = "district_code")
private Integer districtCode;
@Column(name = "manager_supervisor")
private String managerSupervisor;
}

View File

@@ -86,4 +86,6 @@ public class StoreRequestBody {
* 品牌id
*/
private Long brandId;
private String eid;
}