mirror of
https://github.com/Teamlinker/Teamlinker.git
synced 2025-06-03 03:00:17 +00:00
9 lines
215 B
TypeScript
9 lines
215 B
TypeScript
export interface ICommon_Model_Workflow_Node {
|
|
id :string ,
|
|
name :string,
|
|
description :string,
|
|
reserved :number,
|
|
status :number,
|
|
workflow_id :string ,
|
|
}
|
|
export const Table_Workflow_Node="workflow_node" |