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

6 lines
204 B
TypeScript

export default interface IServer_DB_Model_Project_Field_Solution {
id: bigint,
project_id :bigint ,
field_solution_id :bigint ,
}
export const Table_Project_Field_Solution="project_field_solution"