ruoyi-plus-vben5/apps/web-antd/src/api/workflow/spel/model.d.ts
2025-07-07 19:11:12 +08:00

11 lines
189 B
TypeScript

export interface Spel {
id: number;
componentName: string;
methodName: string;
methodParams: string;
viewSpel: string;
status: string;
remark: string;
createTime: string;
}