mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-08-17 03:31:54 +08:00
[feat] 增加项目与用户的关联表
This commit is contained in:
@@ -4,9 +4,13 @@ import cn.iocoder.yudao.framework.common.exception.ErrorCode;
|
||||
|
||||
/**
|
||||
* @author hhyykk
|
||||
* @description 错误码枚举类 1_021_000_000 段
|
||||
* @description 错误码枚举类
|
||||
* @date 2024/7/3
|
||||
*/
|
||||
public interface ErrorCodeConstants {
|
||||
// ============ 项目信息 =========
|
||||
ErrorCode PROJECT_NOT_EXISTS = new ErrorCode(1_021_000_000, "项目信息不存在");
|
||||
|
||||
// ============ 项目与人员关联关系 =========
|
||||
ErrorCode PROJECT_USER_NOT_EXISTS = new ErrorCode(1_022_000_000, "项目与人员关联关系不存在");
|
||||
}
|
||||
|
Reference in New Issue
Block a user