liujiandao
2023-12-27 a3a802263a107d618b73426087a27194eccb5fff
model/request/system_set_request.go
@@ -3,6 +3,5 @@
import "aps_crm/model"
type SaveSystemSet struct {
   SystemTypes []string           `json:"systemTypes"`
   Sets        []*model.SystemSet `json:"sets"`
   Sets []*model.SystemSet `json:"sets"`
}