แก้ออกคำสั่งวินัย
This commit is contained in:
parent
743401b19e
commit
9b0ab95165
7 changed files with 180 additions and 107 deletions
|
|
@ -240,16 +240,16 @@ interface DataOptionInsigniaType {
|
|||
name: string;
|
||||
}
|
||||
interface OrederResult {
|
||||
category: string
|
||||
category?: string
|
||||
commandCode: string
|
||||
createdAt: Date
|
||||
createdFullName: string
|
||||
createdUserId: string
|
||||
id: string
|
||||
lastUpdateFullName: string
|
||||
lastUpdateUserId: string
|
||||
lastUpdatedAt: string
|
||||
name: string
|
||||
createdAt?: Date
|
||||
createdFullName?: string
|
||||
createdUserId?: string
|
||||
id?: string
|
||||
lastUpdateFullName?: string
|
||||
lastUpdateUserId?: string
|
||||
lastUpdatedAt?: string
|
||||
name?: string
|
||||
}
|
||||
export type {
|
||||
DataOption,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue