mirror of
https://github.com/Teamlinker/Teamlinker.git
synced 2025-06-03 03:00:17 +00:00
11 lines
317 B
TypeScript
11 lines
317 B
TypeScript
export interface ICommon_Model_Field_Solution_Workflow_Action {
|
|
id :bigint,
|
|
field_solution :bigint ,
|
|
workflow_action_id :bigint ,
|
|
field :bigint,
|
|
optional :number,
|
|
default_value :string,
|
|
multi :number,
|
|
sort :number,
|
|
}
|
|
export const Table_Field_Solution_Workflow_Action="field_solution_workflow_action" |