瀏覽代碼

父级标签可以为空

2507040827 3 周之前
父節點
當前提交
17e6485072

+ 0 - 1
server/yusp-tagging-core/src/main/java/cn/com/yusys/yusp/domain/entity/AitagTagInfoEntity.java

@@ -55,7 +55,6 @@ public class AitagTagInfoEntity {
      * 父级ID
      **/
     @ApiModelProperty(value = "父级ID")
-    @TableField(updateStrategy = FieldStrategy.NOT_EMPTY)
     private String parentId;
 
     /**