作者 yangfu

公告上架下架

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