代码初始化
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package com.vetti.common.constant;
|
||||
|
||||
/**
|
||||
* SysDictData 常量
|
||||
*/
|
||||
public class SysDictDataConstants {
|
||||
|
||||
/**
|
||||
* 任务分配情况-已分配
|
||||
*/
|
||||
public static final String COMMAND_TASK_TASK_ALLOCATE_KEY = "assigned";//
|
||||
|
||||
/**
|
||||
* 任务分配情况-未分配
|
||||
*/
|
||||
public static final String COMMAND_TASK_TASK_UNALLOCATE_KEY = "unassigned";
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user