autocodeExample.go 337 B

12345678910111213
  1. // 自动生成模板SysDictionaryDetail
  2. package request
  3. import (
  4. "github.com/flipped-aurora/gin-vue-admin/server/model/autocode"
  5. "github.com/flipped-aurora/gin-vue-admin/server/model/common/request"
  6. )
  7. // 如果含有time.Time 请自行import time包
  8. type AutoCodeExampleSearch struct {
  9. autocode.AutoCodeExample
  10. request.PageInfo
  11. }