门店排序
This commit is contained in:
@@ -27,4 +27,7 @@ public class LpkStore {
|
|||||||
private String address;
|
private String address;
|
||||||
private String phone;
|
private String phone;
|
||||||
private String businessHours;
|
private String businessHours;
|
||||||
|
private int sort;
|
||||||
|
private String linker;
|
||||||
|
private String picUrl;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,4 +17,7 @@ public class LpkStoreDetailsVo {
|
|||||||
private String phone;
|
private String phone;
|
||||||
private String businessHours;
|
private String businessHours;
|
||||||
private String createTime;
|
private String createTime;
|
||||||
|
private int sort;
|
||||||
|
private String linker;
|
||||||
|
private String picUrl;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,7 +13,8 @@
|
|||||||
address,
|
address,
|
||||||
phone,
|
phone,
|
||||||
businessHours,
|
businessHours,
|
||||||
isEnable
|
isEnable,
|
||||||
|
sort
|
||||||
from lpk_store
|
from lpk_store
|
||||||
<where>
|
<where>
|
||||||
${ew.sqlSegment}
|
${ew.sqlSegment}
|
||||||
|
|||||||
Reference in New Issue
Block a user