修改常量出现错误

This commit is contained in:
YY
2025-07-03 19:19:31 +08:00
parent 1a52fa54b9
commit 37b0515894
7 changed files with 35 additions and 0 deletions

View File

@ -1,6 +1,11 @@
package com.chinaunicom.zyhy.ebtp.supplier.base.constant;
public final class AnnualreviewTaskConstant {
private AnnualreviewTaskConstant() {
throw new IllegalStateException("Utility class");
}
/**
* 待审批
*/

View File

@ -1,6 +1,11 @@
package com.chinaunicom.zyhy.ebtp.supplier.base.constant;
public final class CoscoCategoryConstant {
private CoscoCategoryConstant() {
throw new IllegalStateException("Utility class");
}
/**
* 删除标识
*/

View File

@ -4,6 +4,12 @@ package com.chinaunicom.zyhy.ebtp.supplier.base.constant;
* 错误信息常量
*/
public final class ErrorMessageConstant {
private ErrorMessageConstant() {
throw new IllegalStateException("Utility class");
}
/**
* "id不能为空"
*/

View File

@ -1,6 +1,11 @@
package com.chinaunicom.zyhy.ebtp.supplier.base.constant;
public final class EvaluateTaskConstant {
private EvaluateTaskConstant() {
throw new IllegalStateException("Utility class");
}
/**
* 评价结束状态
*/

View File

@ -1,6 +1,10 @@
package com.chinaunicom.zyhy.ebtp.supplier.base.constant;
public final class EvaluateTemplateConstant {
private EvaluateTemplateConstant() {
throw new IllegalStateException("Utility class");
}
/**
* 启用
*/

View File

@ -3,6 +3,11 @@ package com.chinaunicom.zyhy.ebtp.supplier.base.constant;
public final class ReviewTemplateConstant {
private ReviewTemplateConstant() {
throw new IllegalStateException("Utility class");
}
/**
* 启用状态
*/

View File

@ -1,6 +1,11 @@
package com.chinaunicom.zyhy.ebtp.supplier.base.constant;
public final class SupplierUserConstant {
private SupplierUserConstant() {
throw new IllegalStateException("Utility class");
}
/**
* 打分状态 已打分
*/