新增满意度表后端
This commit is contained in:
@@ -181,4 +181,5 @@ public interface ErrorCodeConstants {
|
||||
ErrorCode CARD_NOT_EXISTS = new ErrorCode(1002024014, "就诊卡不存在");
|
||||
ErrorCode BLACKLIST_NOT_EXISTS = new ErrorCode(1002024015, "黑名单不存在");
|
||||
ErrorCode INFO_NOT_EXISTS = new ErrorCode(1002024016, "用户信息不存在");
|
||||
ErrorCode MYD_NOT_EXISTS = new ErrorCode(1002024017, "满意度不存在");
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
// TODO 待办:请将下面的错误码复制到 joju-module-system-api 模块的 ErrorCodeConstants 类中。注意,请给“TODO 补充编号”设置一个错误码编号!!!
|
||||
// ========== 用户信息 TODO 补充编号 ==========
|
||||
// ErrorCode INFO_NOT_EXISTS = new ErrorCode(TODO 补充编号, "用户信息不存在");
|
||||
// ========== 满意度 TODO 补充编号 ==========
|
||||
// ErrorCode MYD_NOT_EXISTS = new ErrorCode(TODO 补充编号, "满意度不存在");
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -1,5 +1,5 @@
|
||||
#Generated by Maven
|
||||
#Wed Jan 14 17:47:56 CST 2026
|
||||
#Thu Jan 15 09:18:00 CST 2026
|
||||
version=2.0.0-beta
|
||||
groupId=com.jojubanking.boot
|
||||
artifactId=joju-module-system-api
|
||||
|
||||
Reference in New Issue
Block a user