mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-07-24 14:17:52 +00:00
6 lines
160 B
Go
6 lines
160 B
Go
package request
|
|
|
|
type SysDictionarySearch struct {
|
|
Name string `json:"name" form:"name" gorm:"column:name;comment:字典名(中)"` // 字典名(中)
|
|
}
|