1、标签设计支持新增自定义类型;2、标签模板支持indict;

This commit is contained in:
gaoqr
2026-08-10 15:06:02 +08:00
parent f44bbf24f0
commit 8c3ab11196
9 changed files with 104 additions and 20 deletions
@@ -224,6 +224,7 @@ public class ErrorCodeConstants {
public static final ErrorCode MACHINE_USE_LABEL = new ErrorCode(1_002_300_003, "machine.use.label");
public static final ErrorCode DEFAULT_NOT_DELETED = new ErrorCode(1_002_300_004, "default.not.deleted");
public static final ErrorCode LABEL_IS_USE_ERROR = new ErrorCode(1_002_300_006, "label.is.use.error");
public static final ErrorCode LABEL_SYSTEM_TYPE_NOT_OPERABLE = new ErrorCode(1_002_300_007, "label.type.not.operable");
// ========== 系统数据源 1_002_301_000 ==========