mirror of
https://github.com/Teamlinker/Teamlinker.git
synced 2025-06-03 03:00:17 +00:00
6 lines
193 B
TypeScript
6 lines
193 B
TypeScript
export interface ICommon_Model_Project_Issue_Solution {
|
|
id :bigint,
|
|
project_id :bigint,
|
|
issue_solution_id:bigint
|
|
}
|
|
export const Table_Project_Issue_Solution="project_issue_solution" |