123
This commit is contained in:
@@ -29,5 +29,6 @@ public class LpkGoods {
|
||||
private String typeCode;
|
||||
private String price;
|
||||
private String picUrl;
|
||||
private String appContent;
|
||||
|
||||
}
|
||||
|
||||
@@ -25,4 +25,5 @@ public class LpkGoodsDetailsVo implements Vo {
|
||||
private String typeCode;//类别编码
|
||||
private String price;//商品价格
|
||||
private String picUrl;//图片
|
||||
private String appContent;
|
||||
}
|
||||
|
||||
@@ -20,4 +20,5 @@ public class LpkGoodsDto implements Dto {
|
||||
private String typeCode;
|
||||
private String price;
|
||||
private String picUrl;
|
||||
private String appContent;
|
||||
}
|
||||
|
||||
@@ -29,5 +29,6 @@ public class LpkGoodsVo implements Vo {
|
||||
private String typeCode;
|
||||
private String price;
|
||||
private String picUrl;
|
||||
private String appContent;
|
||||
|
||||
}
|
||||
|
||||
@@ -30,4 +30,5 @@ public class LpkStore {
|
||||
private int sort;
|
||||
private String linker;
|
||||
private String picUrl;
|
||||
private String lonAndLat;
|
||||
}
|
||||
|
||||
@@ -20,4 +20,5 @@ public class LpkStoreDetailsVo {
|
||||
private int sort;
|
||||
private String linker;
|
||||
private String picUrl;
|
||||
private String lonAndLat;
|
||||
}
|
||||
|
||||
@@ -22,4 +22,8 @@ public class LpkStoreDto implements Dto {
|
||||
private String address;
|
||||
private String phone;
|
||||
private String businessHours;
|
||||
private int sort;
|
||||
private String linker;
|
||||
private String picUrl;
|
||||
private String lonAndLat;
|
||||
}
|
||||
|
||||
@@ -28,4 +28,5 @@ public class LpkStoreVo implements Vo {
|
||||
private String linker;//联系人
|
||||
private String sort;//排序
|
||||
private String isEnable;//排序
|
||||
private String lonAndLat;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user