mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 10:58:35 +08:00
项目目录优化,任务模块后端代码
This commit is contained in:
7
apps/system/entity/role_dept.go
Normal file
7
apps/system/entity/role_dept.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package entity
|
||||
|
||||
type SysRoleDept struct {
|
||||
RoleId int64 `gorm:"type:int(11)"`
|
||||
DeptId int64 `gorm:"type:int(11)"`
|
||||
Id int64 `gorm:"primary_key;AUTO_INCREMENT;column:id" json:"id" form:"id"`
|
||||
}
|
||||
Reference in New Issue
Block a user