interface main ออกคำสั่ง
This commit is contained in:
parent
7d3c48142c
commit
9f73050a64
3 changed files with 64 additions and 10 deletions
|
|
@ -195,6 +195,50 @@ interface Assign {
|
|||
createdAt: Date;
|
||||
updatedAt: Date;
|
||||
}
|
||||
interface OrderResult {
|
||||
fiscalYear: string
|
||||
orderBy: string
|
||||
orderById: string
|
||||
orderByOrganization: string
|
||||
orderDate: Date
|
||||
orderId: string
|
||||
orderName: string
|
||||
orderNo: string
|
||||
orderStatusName: string
|
||||
orderStatusValue: string
|
||||
orderTypeName: string
|
||||
orderTypeValue: string
|
||||
signatoryBy: string
|
||||
signatoryPosition: string
|
||||
}
|
||||
interface history {
|
||||
citizenId: string,
|
||||
fullName: string,
|
||||
id: string
|
||||
posNo: string,
|
||||
position: string
|
||||
|
||||
}
|
||||
interface ColumnData {
|
||||
name: string;
|
||||
align: string;
|
||||
label: string;
|
||||
field: string;
|
||||
headerStyle: string;
|
||||
style: string;
|
||||
}
|
||||
interface DataOptionInsigniaType {
|
||||
category: string;
|
||||
commandCode: string;
|
||||
createdAt: string;
|
||||
createdFullName: string;
|
||||
createdUserId: string;
|
||||
id: string;
|
||||
lastUpdateFullName: string;
|
||||
lastUpdateUserId: string;
|
||||
lastUpdatedAt: string | null;
|
||||
name: string;
|
||||
}
|
||||
export type {
|
||||
DataOption,
|
||||
DataOptionInsignia,
|
||||
|
|
@ -213,6 +257,10 @@ export type {
|
|||
optionData,
|
||||
Certificate,
|
||||
Assign,
|
||||
OrderResult,
|
||||
history,
|
||||
ColumnData,
|
||||
DataOptionInsigniaType
|
||||
};
|
||||
|
||||
export { AddressDataDefualt, FamilyDataDefualt };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue