ปรับ UI
This commit is contained in:
parent
30d342728b
commit
0612820928
45 changed files with 93 additions and 76 deletions
|
|
@ -1,5 +1,5 @@
|
|||
interface RequestObject {
|
||||
birthDate: Date | null;
|
||||
birthDate: Date | null | string;
|
||||
bloodGroup: string | null;
|
||||
citizenId: string;
|
||||
// email: string | null;
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ interface DataType {
|
|||
posLevels: any;
|
||||
posTypeName: string;
|
||||
posTypeRank: number;
|
||||
posTypeShortName?: string;
|
||||
}
|
||||
|
||||
interface DataLevel {
|
||||
|
|
|
|||
|
|
@ -95,6 +95,7 @@ interface PosType {
|
|||
lastUpdateFullName: string;
|
||||
posTypeName: string;
|
||||
posTypeRank: number;
|
||||
posTypeShortName?: string;
|
||||
}
|
||||
|
||||
export type {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue