fix(notify): support list group_key,group_list

This commit is contained in:
马鸿飞
2023-08-30 18:51:07 +08:00
parent c33a731797
commit 3ea0953151
+2 -2
View File
@@ -81,8 +81,8 @@ type STopic struct {
TitleEn string `length:"medium" nullable:"true" charset:"utf8" list:"user" update:"user" create:"optional"`
ContentCn string `length:"medium" nullable:"true" charset:"utf8" list:"user" update:"user" create:"optional"`
ContentEn string `length:"medium" nullable:"true" charset:"utf8" list:"user" update:"user" create:"optional"`
GroupKeys *api.STopicGroupKeys `nullable:"true"`
GroupTimes uint32 `nullable:"true"`
GroupKeys *api.STopicGroupKeys `nullable:"true" list:"user" update:"user"`
GroupTimes uint32 `nullable:"true" list:"user" update:"user"`
AdvanceDays []int `nullable:"true" charset:"utf8" list:"user" update:"user" create:"optional"`
WebconsoleDisable tristate.TriState