Commit c5e440c3 authored by shangtx's avatar shangtx

feat: 服务管理增加首页展示字段

parent 41688b83
......@@ -23,6 +23,8 @@ public class ServiceItemVO {
private Boolean enabled;
private Boolean showInHome;
private Integer type = 2;
private String key;
......
......@@ -9,6 +9,7 @@
t.sequence,
t.img,
t.enabled,
t.show_in_home,
concat(t.category_id, '-', t.id) `key`
from service_subclass t
<where>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment