新增系统管理员获取任务列表选择下拉

This commit is contained in:
chy
2025-06-17 14:27:22 +08:00
parent 00024acea2
commit 96821fc626
2 changed files with 13 additions and 1 deletions

View File

@ -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"`
}