updated command step 1
This commit is contained in:
parent
d04ddebcfc
commit
9b2bba115a
2 changed files with 25 additions and 6 deletions
|
|
@ -24,15 +24,16 @@ interface FormDataDetail {
|
|||
commandExcecuteDate: Date | null;
|
||||
commandSysId?: string;
|
||||
commandTypeName?: string;
|
||||
isBangkok?: boolean;
|
||||
}
|
||||
|
||||
interface ListCommandSalaryType {
|
||||
id: string;
|
||||
createdAt: Date|null;
|
||||
lastUpdatedAt: Date|null;
|
||||
createdAt: Date | null;
|
||||
lastUpdatedAt: Date | null;
|
||||
createdFullName: string;
|
||||
lastUpdateFullName: string;
|
||||
name: string;
|
||||
commandSysId: string;
|
||||
}
|
||||
export type { FormQuery, FormCommand, FormDataDetail,ListCommandSalaryType };
|
||||
export type { FormQuery, FormCommand, FormDataDetail, ListCommandSalaryType };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue