diff --git a/src/controllers/CommandController.ts b/src/controllers/CommandController.ts index c5a8c48d..3523acee 100644 --- a/src/controllers/CommandController.ts +++ b/src/controllers/CommandController.ts @@ -2908,6 +2908,7 @@ export class CommandController extends Controller { mpCee?: string | null; refCommandCode?: string | null; refCommandName?: string | null; + refCommandDate?: Date | null; }[]; }, ) {