fix ViewCommand
This commit is contained in:
parent
c33ece8586
commit
26a1270dd2
5 changed files with 113 additions and 41 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue