mirror of
https://github.com/Teamlinker/Teamlinker.git
synced 2025-06-03 03:00:17 +00:00
5 lines
129 B
TypeScript
5 lines
129 B
TypeScript
export interface ICommon_Model_Project_Lable {
|
|
id :bigint,
|
|
name:string
|
|
}
|
|
export const Table_Project_Label="project_label" |