🎨一些优化和更改
This commit is contained in:
9
http/vo/setting.go
Normal file
9
http/vo/setting.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package vo
|
||||
|
||||
// SettingItem
|
||||
// @description: 设置单项
|
||||
type SettingItem struct {
|
||||
Code string `json:"code"`
|
||||
Data string `json:"data"`
|
||||
Describe string `json:"describe"`
|
||||
}
|
Reference in New Issue
Block a user