分页通用参数

This commit is contained in:
gong
2025-12-20 10:53:38 +08:00
parent 631084b6e2
commit 1df39d0d08
5 changed files with 0 additions and 17 deletions

View File

@@ -13,11 +13,6 @@ import lombok.EqualsAndHashCode;
@Data
public class GbWareQueryParamDTO extends PageQueryParam {
/**
*
*/
private Long shopId;
/**
* 商品名称 模糊查询
*/

View File

@@ -34,11 +34,6 @@ public class MkDistributionUserDTO extends PageQueryParam implements Serializabl
*/
private Long id;
/**
* 店铺id
*/
private Long shopId;
/**
* 分销等级
*/

View File

@@ -22,11 +22,6 @@ public class MkPointsGoodsRecordQueryDTO extends PageQueryParam implements Seria
@Serial
private static final long serialVersionUID = 1L;
/**
* 店铺id
*/
private Long shopId;
/**
* 对应 关键词 只查 积分商品名称
*/

View File

@@ -15,5 +15,4 @@ import lombok.EqualsAndHashCode;
public class SmsMoneyDetailDto extends PageQueryParam {
// 1 充值 2 扣款
private Integer type;
private Long shopId;
}

View File

@@ -14,5 +14,4 @@ import lombok.EqualsAndHashCode;
public class SmsTemplateQueryDTO extends PageQueryParam {
private Integer status;
private Integer shopUse;
private Integer shopId;
}