Dto修改
All checks were successful
类变更检测 / class-change-check (push) Successful in 5m40s

This commit is contained in:
2026-06-05 18:32:27 +08:00
parent c5bc52911b
commit 9e1d66c81f
2 changed files with 2 additions and 2 deletions

View File

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