feat: ✨ contact rethinked and user_contact created
This commit is contained in:
parent
aa679b5a05
commit
e167b864ee
19 changed files with 261 additions and 29 deletions
4
src/feature/role_permission.rs
Normal file
4
src/feature/role_permission.rs
Normal file
|
@ -0,0 +1,4 @@
|
|||
pub struct RolePermission {
|
||||
pub role_id: i64,
|
||||
pub permission_id: i64,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue