feat:异常处理
This commit is contained in:
@@ -7,8 +7,8 @@ package com.cool.store.enums.notice;
|
||||
*/
|
||||
public enum RemindTypeEnum {
|
||||
|
||||
CONTINUOUS_REMINDER(0,"持续提醒"),
|
||||
STAGE_REMINDER(1,"阶段提醒"),
|
||||
CONTINUOUS_REMINDER(1,"持续提醒"),
|
||||
STAGE_REMINDER(2,"阶段提醒"),
|
||||
;
|
||||
|
||||
RemindTypeEnum(Integer code, String message) {
|
||||
|
||||
Reference in New Issue
Block a user