sys_role_dept.go 451 B

1234567891011121314
  1. // =================================================================================
  2. // This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
  3. // =================================================================================
  4. package model
  5. import (
  6. "gfast/app/system/model/internal"
  7. )
  8. // SysRoleDept is the golang structure for table sys_role_dept.
  9. type SysRoleDept internal.SysRoleDept
  10. // Fill with you ideas below.