Commit 4a29417e authored by renjie's avatar renjie

批量添加bug修改

parent 6b8259f1
......@@ -35,7 +35,7 @@ public class Shop {
private String shopUA;
private JSONObject shopCookie;
private CharSequence shopCookie;
private long createTime;
......@@ -184,11 +184,11 @@ public class Shop {
this.shopPassword = shopPassword;
}
public JSONObject getShopCookie() {
public CharSequence getShopCookie() {
return shopCookie;
}
public void setShopCookie(JSONObject shopCookie) {
public void setShopCookie(CharSequence shopCookie) {
this.shopCookie = shopCookie;
}
......
......@@ -30,7 +30,7 @@ public class ShopResultDto {
private String shopUA;
private JSONObject shopCookie;
private CharSequence shopCookie;
private IpResource bindIp;
......@@ -151,11 +151,11 @@ public class ShopResultDto {
this.shopUA = shopUA;
}
public JSONObject getShopCookie() {
public CharSequence getShopCookie() {
return shopCookie;
}
public void setShopCookie(JSONObject shopCookie) {
public void setShopCookie(CharSequence shopCookie) {
this.shopCookie = shopCookie;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment