[fix] ResRole struct
This commit is contained in:
parent
23df26371a
commit
1a7863e941
@ -1,7 +1,7 @@
|
|||||||
package base
|
package base
|
||||||
|
|
||||||
type ResRole struct {
|
type ResRole struct {
|
||||||
Uuid string `db:"id"`
|
Uuid string `db:"uuid"`
|
||||||
ResUuid string `db:"resource_uuid"`
|
ResUuid string `db:"resource_uuid"`
|
||||||
RoleUuid string `db:"role_uuid"`
|
RoleUuid string `db:"role_uuid"`
|
||||||
UpdatedAt string `db:"updated_at"`
|
UpdatedAt string `db:"updated_at"`
|
||||||
|
Loading…
Reference in New Issue
Block a user