作者 yangfu

公告上架下架

@@ -134,7 +134,7 @@ type TemplateItem struct { @@ -134,7 +134,7 @@ type TemplateItem struct {
134 type VisibleObject struct { 134 type VisibleObject struct {
135 Id string `json:"id"` 135 Id string `json:"id"`
136 Name string `json:"name,omitempty"` 136 Name string `json:"name,omitempty"`
137 - Type int `json:"type"` //1:部门 2:指定人员 137 + Type int `json:"type"` //0:指定人员 1:部门
138 } 138 }
139 139
140 /*TemplateEditVisible */ 140 /*TemplateEditVisible */