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

9 lines
213 B
TypeScript

export interface ICommon_Model_Workflow_Node {
id :string ,
name :string,
description :string,
system :number,
status :number,
workflow_id :string ,
}
export const Table_Workflow_Node="workflow_node"