fix(dict): 添加字典类型参量

This commit is contained in:
caozehui
2026-05-22 10:02:58 +08:00
parent fd637ae604
commit 2ad9a4e206
2 changed files with 12 additions and 1 deletions

View File

@@ -21,4 +21,15 @@ public interface DictTypeConstants {
String BOOLEAN_STRING = "infra_boolean_string";
String OPERATE_TYPE = "infra_operate_type";
// ========== rdms ==========
/**
* 任务&事项共用的工作日志难度下拉框字典
*/
String RDMS_TASK_ITEM_WORKLOG_DIFFICULTY = "rdms_task_item_worklog_difficulty";
/**
* 任务&事项共用的类别下拉框字典
*/
String RDMS_TASK_ITEM_TYPE="rdms_task_item_type";
}