代码合并

This commit is contained in:
2023-01-03 09:00:20 +08:00
parent 7c4cef74e7
commit cdc6255d22
81 changed files with 5415 additions and 63 deletions

View File

@@ -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;
}