เพิ่ม remark

This commit is contained in:
Kittapath 2024-07-08 11:05:57 +07:00
parent 9e2f87e7b3
commit 229c1a8e4d
2 changed files with 6 additions and 1 deletions

View file

@ -1535,6 +1535,7 @@ export class SalaryPeriodEmployeeController extends Controller {
isRetired: item.isRetired,
isReserve: item.isReserve,
isNext: item.isNext,
remark: item.remark,
}));
return new HttpSuccess({ data: mapSalaryProfile, total });
}