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