refactor: 代码模板完善,增加日期筛选处理

This commit is contained in:
ray
2024-08-03 16:17:28 +08:00
parent af920d7cc2
commit ec35411239
6 changed files with 197 additions and 79 deletions

View File

@@ -26,6 +26,6 @@ public class UserPageQuery extends BasePageQuery {
private Long deptId;
@Schema(description="创建时间范围")
private List<String> createTimeRange;
private List<String> createTime;
}