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

6 lines
195 B
TypeScript

export interface ICommon_Model_Field_Solution_Workflow {
id: string,
field_solution_id :string,
workflow_id :string,
}
export const Table_Field_Solution_Workflow="field_solution_workflow"