feat: 企标计划删除相关判断逻辑
This commit is contained in:
@@ -6,7 +6,6 @@ package com.jero.common.api.vo;
|
||||
* @Description: 返回常量
|
||||
*/
|
||||
public class ResultCommon {
|
||||
|
||||
private ResultCommon() {}
|
||||
|
||||
/**操作成功*/
|
||||
@@ -133,6 +132,11 @@ public class ResultCommon {
|
||||
*/
|
||||
public static final String EN_STANDARD_NUMBER_CONFLICT = "en.standard.number.conflict";
|
||||
|
||||
/**
|
||||
* 无效的企标计划
|
||||
*/
|
||||
public static final String INVALID_ESP = "invalid.esp";
|
||||
|
||||
// ---------项目合规评估流程---------
|
||||
/**
|
||||
* 模块负责人不能为空
|
||||
|
||||
Reference in New Issue
Block a user