新增系统管理员获取任务列表选择下拉
This commit is contained in:
@ -98,3 +98,7 @@ type StoreData struct {
|
||||
MerchantId int `json:"merchantId" orm:"merchant_id"`
|
||||
StoreName string `json:"storeName" orm:"name"`
|
||||
}
|
||||
|
||||
type S struct {
|
||||
Name string `json:"name"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user