Teamlinker/code/common/model/project_module.ts
sx1989827 490cd96425 add
2021-09-05 20:36:51 +08:00

5 lines
132 B
TypeScript

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