เพิ่ม id ให้ เทส

This commit is contained in:
setthawutttty 2023-10-19 14:36:12 +07:00
parent e300009dc3
commit 89c381afcc
4 changed files with 132 additions and 160 deletions

View file

@ -5,9 +5,9 @@ interface DataOption {
interface investigatefactsDataRowType {
subject: string;
interrogated: string;
fault: string;
status: string;
active: string;
fault: string|undefined;
status: string|undefined;
active: string|undefined;
}
interface MyObjectRef {
orderType: any;