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 {