|
@@ -1,5 +1,6 @@
|
|
|
package shop.alien.entity.store.vo;
|
|
package shop.alien.entity.store.vo;
|
|
|
|
|
|
|
|
|
|
+import com.baomidou.mybatisplus.annotation.TableField;
|
|
|
import com.fasterxml.jackson.annotation.JsonInclude;
|
|
import com.fasterxml.jackson.annotation.JsonInclude;
|
|
|
import io.swagger.annotations.ApiModel;
|
|
import io.swagger.annotations.ApiModel;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
@@ -51,6 +52,9 @@ public class SportsEquipmentFacilityVo implements Serializable {
|
|
|
@ApiModelProperty(value = "是否显示在店铺详情文本")
|
|
@ApiModelProperty(value = "是否显示在店铺详情文本")
|
|
|
private String displayInStoreDetailText;
|
|
private String displayInStoreDetailText;
|
|
|
|
|
|
|
|
|
|
+ @ApiModelProperty(value = "收费类型0-免费,1-收费")
|
|
|
|
|
+ private Integer billingType;
|
|
|
|
|
+
|
|
|
@ApiModelProperty(value = "图片列表")
|
|
@ApiModelProperty(value = "图片列表")
|
|
|
private List<String> imageList;
|
|
private List<String> imageList;
|
|
|
}
|
|
}
|