File was renamed from ruoyi-modules/ruoyi-promotion/src/main/java/com/ruoyi/promotion/controller/management/dto/MgtPromotionWishListQuery.java |
| | |
| | | package com.ruoyi.promotion.controller.management.dto; |
| | | |
| | | import com.ruoyi.common.core.enums.ReplyStatusEnum; |
| | | import com.ruoyi.common.core.web.page.BasePage; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | |
| | | @Data |
| | | @EqualsAndHashCode(callSuper = true) |
| | | @ApiModel(value = "心愿求购管理查询对象", description = "心愿求购管理查询对象") |
| | | public class MgtPromotionWishListQuery extends BasePage { |
| | | public class MgtPromotionWishQuery extends BasePage { |
| | | |
| | | private static final long serialVersionUID = -2289707074791860720L; |
| | | |
| | |
| | | @ApiModelProperty(value = "联系电话") |
| | | private String phone; |
| | | |
| | | @ApiModelProperty(value = "回复状态 未回复 已回复") |
| | | private ReplyStatusEnum replyStatus; |
| | | @ApiModelProperty(value = "状态 0:未推荐商品 1:已推荐商品", notes = "全部不传") |
| | | private Integer recommendStatus; |
| | | } |