updated command step 1

This commit is contained in:
Warunee Tamkoo 2024-09-25 16:20:02 +07:00
parent d04ddebcfc
commit 9b2bba115a
2 changed files with 25 additions and 6 deletions

View file

@ -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 };