UI วินัย

This commit is contained in:
setthawutttty 2025-04-21 13:49:16 +07:00
parent c9f625e8d8
commit 818b167b8d
6 changed files with 778 additions and 12 deletions

View file

@ -50,6 +50,13 @@ interface PersonType {
posNo: string;
organization: string;
}
interface FaultTypeOption {
id: number;
subId: number;
title: string;
value: boolean;
}
export type {
FormData,
FormRef,
@ -58,4 +65,5 @@ export type {
PersonType,
DataListRow,
FileArray,
FaultTypeOption
};