Compare commits

..

2 Commits

Author SHA1 Message Date
90b0045659 接口类对象解析
All checks were successful
API接口参数变更检测 / api-param-check (push) Successful in 20s
2026-06-05 16:39:16 +08:00
a1c28570d4 接口类对象解析 2026-06-05 16:39:02 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
# ---------- API 变动检查 ---------- # ---------- API 变动检查 ----------
# 总开关false 时跳过 Controller 接口参数变更检测(不对比、不通知) # 总开关false 时跳过 Controller 接口参数变更检测(不对比、不通知)
check: check:
enabled: false enabled: true
# 业务 Java 源码目录(相对仓库根目录) # 业务 Java 源码目录(相对仓库根目录)
# 单模块: source_dir: "src/main/java" # 单模块: source_dir: "src/main/java"

View File

@@ -19,7 +19,7 @@ public class DayStatisticsDto {
* 门店ID集合 * 门店ID集合
*/ */
@NotEmpty(message = "门店ID集合不能为空") @NotEmpty(message = "门店ID集合不能为空")
private List<Integer> storeIds; private List<String> storeIds;
/** /**
* 日期(yyyy-mm-dd) * 日期(yyyy-mm-dd)
*/ */