调整商户管理表

This commit is contained in:
2025-06-11 16:01:00 +08:00
parent 82d8944e7a
commit ed243f4e9d
10 changed files with 32 additions and 30 deletions

View File

@ -10,5 +10,5 @@ type MerchantAdminInfoReq struct {
type MerchantAdminInfoRes struct {
MerchantId int64 `json:"merchantId"`
Username string `json:"username"`
StoreId int64 `json:"storeId"` // 下属门店 id
Role string `json:"role"`
}