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"