Commit aa6bfe03 authored by shangtx's avatar shangtx

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

parent 74902053
...@@ -23,6 +23,8 @@ public class ServiceItemVO { ...@@ -23,6 +23,8 @@ public class ServiceItemVO {
private Boolean enabled; private Boolean enabled;
private Boolean showInHome;
private Integer type = 2; private Integer type = 2;
private String key; private String key;
......
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
t.sequence, t.sequence,
t.img, t.img,
t.enabled, t.enabled,
t.show_in_home,
concat(t.category_id, '-', t.id) `key` concat(t.category_id, '-', t.id) `key`
from service_subclass t from service_subclass t
<where> <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