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

11 lines
248 B
TypeScript

export interface ICommon_Model_Workflow {
id :string ,
name :string,
description :string,
system :number,
created_time :Date,
modified_time :Date,
created_by :string ,
modified_by :string ,
}
export const Table_Workflow="workflow"