mirror of
https://github.com/tiger1103/gfast.git
synced 2026-09-22 02:27:54 +00:00
15 lines
451 B
Go
15 lines
451 B
Go
// =================================================================================
|
|
// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
|
|
// =================================================================================
|
|
|
|
package model
|
|
|
|
import (
|
|
"gfast/app/system/model/internal"
|
|
)
|
|
|
|
// SysRoleDept is the golang structure for table sys_role_dept.
|
|
type SysRoleDept internal.SysRoleDept
|
|
|
|
// Fill with you ideas below.
|