mirror of
https://github.com/Teamlinker/Teamlinker.git
synced 2025-06-03 03:00:17 +00:00
6 lines
209 B
TypeScript
6 lines
209 B
TypeScript
export interface ICommon_Model_Project_Workflow_Solution {
|
|
id :string,
|
|
project_id :string ,
|
|
workflow_solution_id :string ,
|
|
}
|
|
export const Table_Project_Workflow_Solution="project_workflow_solution" |