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

11 lines
274 B
TypeScript

export interface ICommon_Model_Workflow_Solution {
id :bigint ,
created_time :Date,
modified_time :Date,
created_by :bigint ,
modified_by :bigint,
system :number,
name :string,
description :string,
}
export const Table_Workflow_Solution="workflow_solution"