mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-13 21:32:07 +08:00
1、新增贴皮管理增删改、上传图片、分页/单个查询接口;2、整理对应参数校验国际化;
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ import com.alibaba.excel.annotation.ExcelProperty;
|
||||
import com.cf.imes.framework.excel.core.annotations.EnumFormat;
|
||||
import com.cf.imes.framework.excel.core.convert.EnumBoolValConvert;
|
||||
import com.cf.imes.framework.excel.core.convert.EnumConvert;
|
||||
import com.cf.imes.module.system.enums.common.WhetherEnum;
|
||||
import com.cf.imes.framework.excel.core.enums.WhetherEnum;
|
||||
import com.cf.imes.module.system.enums.pay.DurationUnitEnum;
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
|
||||
-22
@@ -1,22 +0,0 @@
|
||||
package com.cf.imes.module.system.enums.common;
|
||||
|
||||
import com.cf.imes.framework.excel.core.convert.BaseBoolValEnum;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Getter;
|
||||
|
||||
/**
|
||||
* 是否枚举
|
||||
*
|
||||
* @author Gqr
|
||||
* @since 2025/9/25 15:54
|
||||
*/
|
||||
@Getter
|
||||
@AllArgsConstructor
|
||||
public enum WhetherEnum implements BaseBoolValEnum {
|
||||
TRUE(true, "whether.yes"),
|
||||
FALSE(false, "whether.no");
|
||||
|
||||
private final Boolean code;
|
||||
|
||||
private final String desc;
|
||||
}
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user