package response import ( data_manage "eta/eta_api/models/ai_predict_model" "github.com/rdlucklib/rdluck_tools/paging" ) type AiPredictModelIndexConfigListResp struct { List []data_manage.AiPredictModelIndexConfigView Paging *paging.PagingItem `description:"分页数据"` }