fix(dict): 添加字典类型参量
This commit is contained in:
@@ -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";
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user