mirror of
https://github.com/Teamlinker/Teamlinker.git
synced 2025-06-03 03:00:17 +00:00
6 lines
140 B
TypeScript
6 lines
140 B
TypeScript
export interface ICommon_Model_User_Role {
|
|
user_id :string,
|
|
role_id :string,
|
|
id :string ,
|
|
}
|
|
export const Table_User_Role="user_role" |