sys_dictionary.go 167 B

123456789101112
  1. package request
  2. import (
  3. "log-server/model/common/request"
  4. "log-server/model/system"
  5. )
  6. type SysDictionarySearch struct {
  7. system.SysDictionary
  8. request.PageInfo
  9. }