增加时间方法,增加汇总部分数据,分类更改

This commit is contained in:
liuyingfang
2024-03-11 09:07:11 +08:00
parent e0291db00d
commit bcfa3f9984
17 changed files with 267 additions and 57 deletions

View File

@@ -24,7 +24,7 @@ import cn.ysk.cashier.annotation.Query;
* @date 2024-01-08
**/
@Data
public class TbShopCategoryQueryCriteria{
public class TbShopCategoryQueryCriteria {
/** 精确 */
@Query
@@ -40,5 +40,9 @@ public class TbShopCategoryQueryCriteria{
private String tree;
@Query
private Integer page;
@Query
private Integer size;
}