UI วินัย
This commit is contained in:
parent
c9f625e8d8
commit
818b167b8d
6 changed files with 778 additions and 12 deletions
|
|
@ -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
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue