接口类对象解析
All checks were successful
API接口参数变更检测 / api-param-check (push) Successful in 20s

This commit is contained in:
2026-06-05 16:39:16 +08:00
parent a1c28570d4
commit 90b0045659

View File

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