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