正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -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 */ |
-
请 注册 或 登录 后发表评论