| | |
| | | |
| | | @ApiModelProperty(value="商品类型1周期2服务3体验4单品") |
| | | private Integer goodsType; |
| | | |
| | | @ApiModelProperty(value="商品名称") |
| | | |
| | | @ApiModelProperty(value = "商品名称") |
| | | private String goodsName; |
| | | |
| | | @ApiModelProperty(value="商品标签") |
| | | |
| | | @ApiModelProperty(value = "商品标签") |
| | | private String goodsTags; |
| | | |
| | | |
| | | @ApiModelProperty(value = "商品简介") |
| | | private String goodsIntroduction; |
| | | |
| | | @ApiModelProperty(value="商品图片") |
| | | |
| | | @ApiModelProperty(value = "商品图片") |
| | | private String goodsPicture; |
| | | |
| | | @ApiModelProperty(value="商品调理问题") |
| | | |
| | | @ApiModelProperty(value = "商品调理问题") |
| | | private String goodsNurses; |
| | | |
| | | @ApiModelProperty(value="周期标记") |
| | | |
| | | @ApiModelProperty(value = "周期标记") |
| | | private Integer cycleNumFlag; |
| | | |
| | | @ApiModelProperty(value="服务次数") |
| | | |
| | | @ApiModelProperty(value = "服务次数") |
| | | private Integer serviceNum; |
| | | |
| | | @ApiModelProperty(value="消耗次数") |
| | | |
| | | @ApiModelProperty(value = "消耗次数") |
| | | private Integer usedNum; |
| | | |
| | | @ApiModelProperty(value="待确认次数") |
| | | |
| | | @ApiModelProperty(value = "待确认次数") |
| | | private Integer sureNum; |
| | | |
| | | @ApiModelProperty(value = "是否选中") |
| | | private Boolean optionFlag; |
| | | } |