|
@@ -30,4 +30,10 @@ public class SearchConceptVO {
|
|
*/
|
|
*/
|
|
@ApiModelProperty(value="需要排除的概念id集合")
|
|
@ApiModelProperty(value="需要排除的概念id集合")
|
|
private List<Long> excludedConceptIds;
|
|
private List<Long> excludedConceptIds;
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 标志(新增 -1 修改 2)
|
|
|
|
+ */
|
|
|
|
+ @ApiModelProperty(value="新增修改标志")
|
|
|
|
+ private Integer sign;
|
|
}
|
|
}
|