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

6 lines
177 B
TypeScript

export interface ICommon_Model_Project_Issue_Parent {
id :bigint,
parent_id :bigint,
child_id:bigint
}
export const Table_Project_Issue_Parent="project_issue_parent"