|
|
|
@@ -99,7 +99,7 @@ public class WxPropertyContract implements Serializable { |
|
|
|
private String brand; |
|
|
|
/*经营业态ID:参照wx_business表**/ |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="经营业态ID:参照wx_business表",name="businessId") |
|
|
|
private Long businessId; |
|
|
|
private Integer businessId; |
|
|
|
/*店铺类型:1直营店2加盟店3个体店4旗舰店**/ |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="店铺类型:1直营店2加盟店3个体店4旗舰店",name="shopType") |
|
|
|
private Integer shopType; |
|
|
|
@@ -223,10 +223,10 @@ public class WxPropertyContract implements Serializable { |
|
|
|
public void setBrand(String _brand) { |
|
|
|
brand = _brand; |
|
|
|
} |
|
|
|
public Long getBusinessId() { |
|
|
|
public Integer getBusinessId() { |
|
|
|
return businessId; |
|
|
|
} |
|
|
|
public void setBusinessId(Long _businessId) { |
|
|
|
public void setBusinessId(Integer _businessId) { |
|
|
|
businessId = _businessId; |
|
|
|
} |
|
|
|
public Integer getShopType() { |
|
|
|
|