1、新增InDict注解校验字典;2、标签模板、标签入参type支持InDict=labelType检查;

This commit is contained in:
gaoqr
2026-08-06 10:50:50 +08:00
parent 1c9a8bd42e
commit 9adbf11a49
9 changed files with 107 additions and 5 deletions
@@ -32,4 +32,6 @@ public class DictTypeConstants {
public static final String PLATE_TEXTURE_TYPE = "plate_texture_type";// 板材纹路:0有 1无
public static final String LABEL_TYPE = "labelType"; // 标签类型
}