兰宝车间质量管理系统-前端
gssong
2024-03-17 00a7a8ce23c041e08b60a0ea7f81a951122326c4
src/api/workflow/task/types.ts
@@ -37,3 +37,8 @@
  participantVo: ParticipantVo;
  multiInstance: boolean;
}
export interface VariableVo {
  key: string;
  value: string;
}