first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package base
|
||||
|
||||
type ResRole struct {
|
||||
Uuid string `db:"id"`
|
||||
ResUuid string `db:"resource_uuid"`
|
||||
RoleUuid string `db:"role_uuid"`
|
||||
UpdatedAt string `db:"updated_at"`
|
||||
CreatedAt string `db:"created_at"`
|
||||
}
|
||||
Reference in New Issue
Block a user