12/1
This commit is contained in:
@@ -27,4 +27,5 @@ public class LpkStoreVo implements Vo {
|
|||||||
private String businessHours;//营业时间,提货时间(早X点到晚X点)
|
private String businessHours;//营业时间,提货时间(早X点到晚X点)
|
||||||
private String linker;//联系人
|
private String linker;//联系人
|
||||||
private String sort;//排序
|
private String sort;//排序
|
||||||
|
private String isEnable;//排序
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,7 +12,8 @@
|
|||||||
`name`,
|
`name`,
|
||||||
address,
|
address,
|
||||||
phone,
|
phone,
|
||||||
businessHours
|
businessHours,
|
||||||
|
isEnable
|
||||||
from lpk_store
|
from lpk_store
|
||||||
<where>
|
<where>
|
||||||
${ew.sqlSegment}
|
${ew.sqlSegment}
|
||||||
|
|||||||
Reference in New Issue
Block a user