修改常量出现错误
This commit is contained in:
@ -1,6 +1,11 @@
|
|||||||
package com.chinaunicom.zyhy.ebtp.supplier.base.constant;
|
package com.chinaunicom.zyhy.ebtp.supplier.base.constant;
|
||||||
|
|
||||||
public final class AnnualreviewTaskConstant {
|
public final class AnnualreviewTaskConstant {
|
||||||
|
|
||||||
|
private AnnualreviewTaskConstant() {
|
||||||
|
throw new IllegalStateException("Utility class");
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 待审批
|
* 待审批
|
||||||
*/
|
*/
|
||||||
|
@ -1,6 +1,11 @@
|
|||||||
package com.chinaunicom.zyhy.ebtp.supplier.base.constant;
|
package com.chinaunicom.zyhy.ebtp.supplier.base.constant;
|
||||||
|
|
||||||
public final class CoscoCategoryConstant {
|
public final class CoscoCategoryConstant {
|
||||||
|
|
||||||
|
private CoscoCategoryConstant() {
|
||||||
|
throw new IllegalStateException("Utility class");
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 删除标识
|
* 删除标识
|
||||||
*/
|
*/
|
||||||
|
@ -4,6 +4,12 @@ package com.chinaunicom.zyhy.ebtp.supplier.base.constant;
|
|||||||
* 错误信息常量
|
* 错误信息常量
|
||||||
*/
|
*/
|
||||||
public final class ErrorMessageConstant {
|
public final class ErrorMessageConstant {
|
||||||
|
|
||||||
|
|
||||||
|
private ErrorMessageConstant() {
|
||||||
|
throw new IllegalStateException("Utility class");
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* "id不能为空"
|
* "id不能为空"
|
||||||
*/
|
*/
|
||||||
|
@ -1,6 +1,11 @@
|
|||||||
package com.chinaunicom.zyhy.ebtp.supplier.base.constant;
|
package com.chinaunicom.zyhy.ebtp.supplier.base.constant;
|
||||||
|
|
||||||
public final class EvaluateTaskConstant {
|
public final class EvaluateTaskConstant {
|
||||||
|
|
||||||
|
private EvaluateTaskConstant() {
|
||||||
|
throw new IllegalStateException("Utility class");
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 评价结束状态
|
* 评价结束状态
|
||||||
*/
|
*/
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
package com.chinaunicom.zyhy.ebtp.supplier.base.constant;
|
package com.chinaunicom.zyhy.ebtp.supplier.base.constant;
|
||||||
|
|
||||||
public final class EvaluateTemplateConstant {
|
public final class EvaluateTemplateConstant {
|
||||||
|
private EvaluateTemplateConstant() {
|
||||||
|
throw new IllegalStateException("Utility class");
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 启用
|
* 启用
|
||||||
*/
|
*/
|
||||||
|
@ -3,6 +3,11 @@ package com.chinaunicom.zyhy.ebtp.supplier.base.constant;
|
|||||||
|
|
||||||
public final class ReviewTemplateConstant {
|
public final class ReviewTemplateConstant {
|
||||||
|
|
||||||
|
private ReviewTemplateConstant() {
|
||||||
|
throw new IllegalStateException("Utility class");
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 启用状态
|
* 启用状态
|
||||||
*/
|
*/
|
||||||
|
@ -1,6 +1,11 @@
|
|||||||
package com.chinaunicom.zyhy.ebtp.supplier.base.constant;
|
package com.chinaunicom.zyhy.ebtp.supplier.base.constant;
|
||||||
|
|
||||||
public final class SupplierUserConstant {
|
public final class SupplierUserConstant {
|
||||||
|
|
||||||
|
private SupplierUserConstant() {
|
||||||
|
throw new IllegalStateException("Utility class");
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 打分状态 已打分
|
* 打分状态 已打分
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user