fix ViewCommand

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-02-05 15:23:40 +07:00
parent c33ece8586
commit 26a1270dd2
5 changed files with 113 additions and 41 deletions

View file

@ -13,11 +13,14 @@ interface ResActingPosData {
profileEmployeeId: string;
profileId: string;
status: boolean;
refCommandNo: string;
commandId: string;
}
interface ResAssistanceData {
agency: string;
commandNo: string;
commandId: string;
createdAt: Date | null;
createdFullName: string;
createdUserId: string;