mirror of
https://github.com/Teamlinker/Teamlinker.git
synced 2025-06-03 03:00:17 +00:00
9 lines
221 B
TypeScript
9 lines
221 B
TypeScript
export interface ICommon_Model_Project_User {
|
|
id :bigint,
|
|
permission :bigint ,
|
|
created_time :Date,
|
|
modified_time :Date,
|
|
project_id :bigint ,
|
|
user_id :bigint ,
|
|
}
|
|
export const Table_Project_User="project_user" |