| | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.mzl.flower.base.AbstractTransDTO; |
| | | import com.mzl.flower.base.annotation.DictTrans; |
| | | import com.mzl.flower.entity.menber.Member; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | import org.springframework.format.annotation.DateTimeFormat; |
| | |
| | | @ApiModelProperty(value = "领取后有效类型名称") |
| | | private String usageTimeTypeName; |
| | | |
| | | @ApiModelProperty(value = "会员等级") |
| | | private Integer memberId; |
| | | |
| | | @ApiModelProperty(value = "会员等级名称") |
| | | private String memberName; |
| | | |
| | | @ApiModelProperty(value = "会员等级对象") |
| | | private Member member; |
| | | |
| | | } |