export interface ICommon_Model_Workflow { id :string , name :string, description :string, system :number, created_time :Date, modified_time :Date, created_by :string , modified_by :string , } export const Table_Workflow="workflow"