...
|
...
|
@@ -14,7 +14,7 @@ type UpdateDictionaryCommand struct { |
|
|
// 字典名称
|
|
|
DictName string `json:"dictName" valid:"Required;MaxSize(30)"`
|
|
|
// 备注信息
|
|
|
Describe string `json:"describe" valid:"Required;MaxSize(100)"`
|
|
|
Describe string `json:"describe" valid:"MaxSize(100)"`
|
|
|
// 字典值列表
|
|
|
DictItems []DictionaryItem `json:"dictItems"`
|
|
|
}
|
...
|
...
|
|