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