From ba242ce987a64ed6b9e741f3336166a0ead7a3aa Mon Sep 17 00:00:00 2001 From: Bright Date: Tue, 21 Jan 2025 12:44:24 +0700 Subject: [PATCH] fix issue #950 --- src/controllers/CommandController.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/controllers/CommandController.ts b/src/controllers/CommandController.ts index 5eec5fcf..532a8059 100644 --- a/src/controllers/CommandController.ts +++ b/src/controllers/CommandController.ts @@ -2644,6 +2644,9 @@ export class CommandController extends Controller { mpCee?: string | null; refCommandCode?: string | null; refCommandName?: string | null; + positionLine?: string | null; + positionPathSide?: string | null; + positionExecutive?: string | null; }[]; }, ) {