This commit is contained in:
@@ -19,7 +19,7 @@ public class DayStatisticsDto {
|
||||
* 门店ID集合
|
||||
*/
|
||||
@NotEmpty(message = "门店ID集合不能为空")
|
||||
private List<String> storeIds;
|
||||
private List<Integer> storeIds;
|
||||
/**
|
||||
* 日期(yyyy-mm-dd)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user