Teamlinker/code/server/common/db/model/mysql/project_module_parent.ts
sx1989827 ffaecc5b86 add
2021-08-09 23:08:08 +08:00

6 lines
190 B
TypeScript

export default interface IServer_DB_Model_Project_Module_Parent {
id :bigint,
parent_id:bigint,
child_id:bigint
}
export const Table_Project_Module_Parent="project_module_parent"