🎉 初始化项目
This commit is contained in:
9
server/model/system/request/sys_dictionary.go
Normal file
9
server/model/system/request/sys_dictionary.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package request
|
||||
|
||||
type SysDictionarySearch struct {
|
||||
Name string `json:"name" form:"name" gorm:"column:name;comment:字典名(中)"` // 字典名(中)
|
||||
}
|
||||
|
||||
type ImportSysDictionaryRequest struct {
|
||||
Json string `json:"json" binding:"required"` // JSON字符串
|
||||
}
|
||||
Reference in New Issue
Block a user