门店排序

This commit is contained in:
liupopo
2023-12-01 18:54:03 +08:00
parent 8a97e876e2
commit a915ba9300
3 changed files with 8 additions and 1 deletions

View File

@@ -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;
}

View File

@@ -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;
}

View File

@@ -13,7 +13,8 @@
address,
phone,
businessHours,
isEnable
isEnable,
sort
from lpk_store
<where>
${ew.sqlSegment}