sys_user_online.go 630 B

12345678910111213141516171819202122
  1. // ==========================================================================
  2. // This is auto-generated by gf cli tool. Fill this file as you wish.
  3. // ==========================================================================
  4. package model
  5. import (
  6. comModel "gfast/app/common/model"
  7. "gfast/app/system/model/internal"
  8. )
  9. // SysUserOnline is the golang structure for table sys_user_online.
  10. type SysUserOnline internal.SysUserOnline
  11. // Fill with you ideas below.
  12. // SysUserOnlineSearchReq 列表搜索参数
  13. type SysUserOnlineSearchReq struct {
  14. Username string `p:"userName"`
  15. Ip string `p:"ipaddr"`
  16. comModel.PageReq
  17. }