แก้ UI-แก้ไขรอบการปฎิบัติงานผู้ใช้งาน
This commit is contained in:
parent
f62b48e27c
commit
bf1b13522f
5 changed files with 155 additions and 75 deletions
|
|
@ -14,8 +14,15 @@ interface MyObjectRoundChangeRef {
|
|||
effectiveDate: object | null
|
||||
[key: string]: any;
|
||||
}
|
||||
interface MyObjectRoundChangeMainRef {
|
||||
cardId:object|null
|
||||
firstName:object|null
|
||||
lastName:object|null
|
||||
[key: string]: any;
|
||||
}
|
||||
export type {
|
||||
dataPost,
|
||||
changeRoundEdit,
|
||||
MyObjectRoundChangeRef
|
||||
MyObjectRoundChangeRef,
|
||||
MyObjectRoundChangeMainRef
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue