分页通用参数
This commit is contained in:
@@ -13,11 +13,6 @@ import lombok.EqualsAndHashCode;
|
||||
@Data
|
||||
public class GbWareQueryParamDTO extends PageQueryParam {
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private Long shopId;
|
||||
/**
|
||||
* 商品名称 模糊查询
|
||||
*/
|
||||
|
||||
@@ -34,11 +34,6 @@ public class MkDistributionUserDTO extends PageQueryParam implements Serializabl
|
||||
*/
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
* 店铺id
|
||||
*/
|
||||
private Long shopId;
|
||||
|
||||
/**
|
||||
* 分销等级
|
||||
*/
|
||||
|
||||
@@ -22,11 +22,6 @@ public class MkPointsGoodsRecordQueryDTO extends PageQueryParam implements Seria
|
||||
@Serial
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* 店铺id
|
||||
*/
|
||||
private Long shopId;
|
||||
|
||||
/**
|
||||
* 对应 关键词 只查 积分商品名称
|
||||
*/
|
||||
|
||||
@@ -15,5 +15,4 @@ import lombok.EqualsAndHashCode;
|
||||
public class SmsMoneyDetailDto extends PageQueryParam {
|
||||
// 1 充值 2 扣款
|
||||
private Integer type;
|
||||
private Long shopId;
|
||||
}
|
||||
|
||||
@@ -14,5 +14,4 @@ import lombok.EqualsAndHashCode;
|
||||
public class SmsTemplateQueryDTO extends PageQueryParam {
|
||||
private Integer status;
|
||||
private Integer shopUse;
|
||||
private Integer shopId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user