From 1fc8f191369d107cf1a5fdbb03001187d89065cf Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Mon, 24 Feb 2025 11:56:29 +0700 Subject: [PATCH] fix interface --- .../04_registryPerson/interface/response/Salary.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/modules/04_registryPerson/interface/response/Salary.ts b/src/modules/04_registryPerson/interface/response/Salary.ts index c7c0dd55e..b7871ea70 100644 --- a/src/modules/04_registryPerson/interface/response/Salary.ts +++ b/src/modules/04_registryPerson/interface/response/Salary.ts @@ -23,7 +23,15 @@ interface ResListSalary { profileId: string; refCommandNo: string; templateDoc: string; + commandCode: string; + commandDateAffect: string; + commandDateSign: string; commandId: string; + commandName: string; + commandNo: string; + commandYear: string; + positionName: string; + positionCee: string; } interface ResType {