【fix sonar】ResultConstant文件
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
|||||||
|
package com.jero.common.api.vo;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author LQT
|
||||||
|
* @date 2023/3/9 9:11
|
||||||
|
*/
|
||||||
|
public class ResultConstant {
|
||||||
|
|
||||||
|
private ResultConstant(){
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public static final String OP_OK = "操作成功!";
|
||||||
|
|
||||||
|
public static final String DEL_OK = "删除成功!";
|
||||||
|
|
||||||
|
public static final String BATCH_DEL_OK = "批量删除成功!";
|
||||||
|
|
||||||
|
public static final String EN_WAS_NOT_FOUND = "未找到对应实体!";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user