sys_user.go 381 B

123456789101112
  1. // ==========================================================================
  2. // This is auto-generated by gf cli tool. Fill this file as you wish.
  3. // ==========================================================================
  4. package model
  5. import (
  6. "dashoo.cn/micro/app/model/sys/internal"
  7. )
  8. // SysUser is the golang structure for table sys_user.
  9. type SysUser internal.SysUser