正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -14,7 +14,7 @@ type UpdateDictionaryCommand struct { | @@ -14,7 +14,7 @@ type UpdateDictionaryCommand struct { | ||
14 | // 字典名称 | 14 | // 字典名称 |
15 | DictName string `json:"dictName" valid:"Required;MaxSize(30)"` | 15 | DictName string `json:"dictName" valid:"Required;MaxSize(30)"` |
16 | // 备注信息 | 16 | // 备注信息 |
17 | - Describe string `json:"describe" valid:"Required;MaxSize(100)"` | 17 | + Describe string `json:"describe" valid:"MaxSize(100)"` |
18 | // 字典值列表 | 18 | // 字典值列表 |
19 | DictItems []DictionaryItem `json:"dictItems"` | 19 | DictItems []DictionaryItem `json:"dictItems"` |
20 | } | 20 | } |
-
请 注册 或 登录 后发表评论