แก้อัพไฟล์

This commit is contained in:
setthawutttty 2025-01-29 09:56:04 +07:00
parent 15c1c2038f
commit e92997302b
13 changed files with 448 additions and 108 deletions

View file

@ -20,6 +20,7 @@ interface ResponseObject {
volumeNo: string;
refCommandDate: Date | null;
refCommandNo: string;
isUpload: boolean;
note: string;
}