mirror of
https://github.com/Teamlinker/Teamlinker.git
synced 2025-06-03 03:00:17 +00:00
6 lines
188 B
TypeScript
6 lines
188 B
TypeScript
export interface ICommon_Model_Project_Lable_Issue {
|
|
id :string,
|
|
project_label_id:string,
|
|
project_issue_id:string
|
|
}
|
|
export const Table_Project_Label_Issue="project_label_issue" |