index.go 165 B

123456
  1. package request
  2. type AiPredictModelIndexSaveScriptPathReq struct {
  3. IndexId int `description:"指标ID"`
  4. ScriptPath string `description:"脚本的路径"`
  5. }