字典常量统一

This commit is contained in:
gaoqr
2024-08-29 17:48:26 +08:00
parent 6107498a22
commit 511d6f417b
@@ -37,7 +37,6 @@ public interface DictTypeConstants {
String HOLE_FACE = "hole_face";//孔加工面
String HOLE_DIR = "hole_direction";// 孔方向
String HOLE_TYPE = "hole_type";//孔类型
String PLATE_TEXTURE_TYPE = "plateTextureType";//板件纹路类型
String PLATE_TEXTURE_TYPE_STATUS = "plateTextureTypeStatus";//板件纹路状态
String PLATE_TEXTURE_TYPE_STATUS_TYPE = "plateTextureTypeStatusType";//板件纹路状态类型
}