|
|
@@ -258,4 +258,8 @@ public class StoreInfoDto {
|
|
|
@ApiModelProperty(value = "其他资质证明图片地址列表")
|
|
|
@JsonDeserialize(using = StringToListDeserializer.class)
|
|
|
private List<String> otherQualificationImages;
|
|
|
+
|
|
|
+ @ApiModelProperty(value = "门店类型(0-其他,1-装修公司)")
|
|
|
+ @TableField("store_tickets")
|
|
|
+ private String store_tickets;
|
|
|
}
|