Teamlinker/code/common/model/project_module.ts
sx1989827 ac0ca6d704 add
2021-10-31 17:50:10 +08:00

6 lines
155 B
TypeScript

export interface ICommon_Model_Project_Module {
id :string,
name:string,
project_id:string
}
export const Table_Project_Module="project_module"