mirror of
https://github.com/Teamlinker/Teamlinker.git
synced 2025-06-03 03:00:17 +00:00
6 lines
192 B
TypeScript
6 lines
192 B
TypeScript
export interface ICommon_Model_Project_Module_Issue {
|
|
id :bigint,
|
|
project_module_id:bigint,
|
|
project_issue_id:bigint
|
|
}
|
|
export const Table_Project_Module_Issue="project_module_issue" |