代码合并
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.njcn.process.constant;
|
||||
|
||||
|
||||
/**
|
||||
* 常量类
|
||||
* @author qijian
|
||||
* @version 1.0.0
|
||||
* @date 2022年11月11日 09:56
|
||||
*/
|
||||
public interface Param {
|
||||
/**
|
||||
* 干扰源用户管理 数据状态
|
||||
*/
|
||||
Integer LOAD_TYPE_USER_SUBMIT = 1;
|
||||
Integer LOAD_TYPE_USER_SAVE = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user