package request import ( "srm/model/common/request" "srm/model/system" ) type SysDictionarySearch struct { system.SysDictionary request.PageInfo }