Compare commits
2 Commits
ba3f1c6507
...
90b0045659
| Author | SHA1 | Date | |
|---|---|---|---|
| 90b0045659 | |||
| a1c28570d4 |
@@ -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"
|
||||||
|
|||||||
@@ -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)
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user