装修模板新增行业类别,补充字段
This commit is contained in:
parent
89a326a05b
commit
7a26bdec49
@ -82,4 +82,7 @@ public class ShopPageApp implements Serializable {
|
|||||||
|
|
||||||
@ApiModelProperty(value = "市场展示图片,[{'imageUrl:'','description':''}")
|
@ApiModelProperty(value = "市场展示图片,[{'imageUrl:'','description':''}")
|
||||||
private String app_market_images;
|
private String app_market_images;
|
||||||
|
|
||||||
|
@ApiModelProperty(value = "行业类别:1超市,2数码家电, 3水果生鲜, 4烘培饮品, 5社区团购, 6时尚美妆, 7婴儿服饰, 8家居, 9汽车, 10酒店旅游, 11鲜花绿植, 12医药健康, 13工业五金, 14节日模板,0其他行业")
|
||||||
|
private String app_industry;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user