Teamlinker/code/common/model/project_field_solution.ts
sx1989827 cd17ff8676 fix
2021-09-14 20:37:50 +08:00

6 lines
193 B
TypeScript

export interface ICommon_Model_Project_Field_Solution {
id: string,
project_id :string ,
field_solution_id :string ,
}
export const Table_Project_Field_Solution="project_field_solution"