属性标识管理

This commit is contained in:
Xia Zekun
2024-03-15 13:46:39 +08:00
committed by fengchenchen
parent 9677266fad
commit 72e92122b7
5 changed files with 345 additions and 10 deletions
@@ -31,4 +31,9 @@ public class FillRuleConstant {
*/
public static final String SYSTEM = "system_tree_node";
/**
* 标签树编码
*/
public static final String LABEL = "label_tree_node";
}