rag_eta_report.go 408 B

123456789
  1. package request
  2. type BeachOpRagEtaReportAbstractReq struct {
  3. RagEtaReportAbstractIdList []int `description:"摘要id"`
  4. NotRagEtaReportAbstractIdList []int `description:"不需要的摘要id"`
  5. KeyWord string `description:"关键字"`
  6. TagId string `description:"标签id"`
  7. IsSelectAll bool `description:"是否选择所有摘要"`
  8. }