feat: 企标计划删除相关判断逻辑

This commit is contained in:
2024-01-18 11:20:39 +08:00
parent 9e2ec77ed5
commit 43031bcfa3
7 changed files with 35 additions and 9 deletions
@@ -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";
// ---------项目合规评估流程---------
/**
* 模块负责人不能为空