mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-05-12 18:32:34 +00:00
8 lines
118 B
Go
8 lines
118 B
Go
package request
|
|
|
|
import "gin-vue-admin/model"
|
|
|
|
type SysDictionarySearch struct{
|
|
model.SysDictionary
|
|
PageInfo
|
|
} |