From 4e6207b7cdbcfd4426d0165acad82b99e964bcdf Mon Sep 17 00:00:00 2001 From: AdisakKanthawilang Date: Tue, 24 Dec 2024 13:51:23 +0700 Subject: [PATCH] fix rabbit --- src/controllers/CommandController.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controllers/CommandController.ts b/src/controllers/CommandController.ts index 88051bbc..bdb64d72 100644 --- a/src/controllers/CommandController.ts +++ b/src/controllers/CommandController.ts @@ -4069,6 +4069,7 @@ export class CommandController extends Controller { commandYear: number; templateDoc: string | null; amount: Double | null; + amountSpecial?: Double | null, positionSalaryAmount: Double | null; mouthSalaryAmount: Double | null; }[];