创建门店
This commit is contained in:
@@ -149,4 +149,6 @@ public class ShopInfoDO {
|
||||
//区code
|
||||
@Column(name = "district_code")
|
||||
private Integer districtCode;
|
||||
@Column(name = "manager_supervisor")
|
||||
private String managerSupervisor;
|
||||
}
|
||||
@@ -86,4 +86,6 @@ public class StoreRequestBody {
|
||||
* 品牌id
|
||||
*/
|
||||
private Long brandId;
|
||||
|
||||
private String eid;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user