- package request
- type BeachOpRagEtaReportAbstractReq struct {
- RagEtaReportAbstractIdList []int `description:"摘要id"`
- NotRagEtaReportAbstractIdList []int `description:"不需要的摘要id"`
- KeyWord string `description:"关键字"`
- TagId string `description:"标签id"`
- IsSelectAll bool `description:"是否选择所有摘要"`
- }
|