ปรับ code บรรจุ
This commit is contained in:
parent
063db4e245
commit
35a5817db3
16 changed files with 559 additions and 700 deletions
|
|
@ -131,6 +131,22 @@ interface MemBerType {
|
|||
actFullName: string;
|
||||
isDirector?: boolean;
|
||||
}
|
||||
|
||||
interface FormDataAppoint {
|
||||
node: string;
|
||||
nodeId: number;
|
||||
orgRevisionId: string;
|
||||
positionId: string;
|
||||
posMasterNo: number;
|
||||
positionName: string;
|
||||
posTypeId: string;
|
||||
posTypeName: string;
|
||||
posLevelId: string;
|
||||
posLevelName: string;
|
||||
reportingDate: string;
|
||||
posmasterId: string;
|
||||
typeCommand: string;
|
||||
}
|
||||
export type {
|
||||
FormPlacementMainData,
|
||||
FormOrderPlacementMainData,
|
||||
|
|
@ -146,5 +162,6 @@ export type {
|
|||
AppointMainRows,
|
||||
FormAppointData,
|
||||
MemBerType,
|
||||
PersonsAppointData
|
||||
PersonsAppointData,
|
||||
FormDataAppoint,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue