เพิ่ม filter dateAppoint

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-02-19 13:10:35 +07:00
parent e3e9d31fb6
commit 78de1bd91e
5 changed files with 111 additions and 7 deletions

View file

@ -14,6 +14,7 @@ interface FormFilter {
nodeId?: string | null;
node?: string | null | number;
retireType?: null | string;
dateAppoint?: string;
}
interface FormAddPerson {
@ -56,6 +57,7 @@ interface QueryParams {
nodeId?: string;
isAll?: boolean;
retireType?: string | null;
dateAppoint?: string;
}
interface FormChangeName {