mirror of
https://github.com/Teamlinker/Teamlinker.git
synced 2025-06-03 03:00:17 +00:00
6 lines
210 B
TypeScript
6 lines
210 B
TypeScript
export default interface IServer_DB_Model_Project_Issue_Related {
|
|
id :bigint,
|
|
project_issue_1_id :bigint,
|
|
project_issue_2_id:bigint
|
|
}
|
|
export const Table_Project_Issue_Related="project_issue_related" |