New file |
| | |
| | | package com.matrix.system.activity.dto; |
| | | |
| | | import com.matrix.core.pojo.BasePageQueryDto; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | |
| | | @Data |
| | | @ApiModel(value = "SignWriteoffListDto", description = "查询参数") |
| | | public class SignWriteoffListDto extends BasePageQueryDto { |
| | | |
| | | @ApiModelProperty(value ="中奖者姓名") |
| | | private String zjzxm; |
| | | |
| | | @ApiModelProperty(value ="活动名称/编码") |
| | | private String hdmcbm; |
| | | |
| | | @ApiModelProperty(hidden = true) |
| | | private Long companyId; |
| | | |
| | | } |