แก้uiสรรหา
This commit is contained in:
parent
b01e667f34
commit
6976007b64
9 changed files with 438 additions and 197 deletions
|
|
@ -46,11 +46,15 @@ interface ResponsePosition {
|
|||
id: string;
|
||||
name: string;
|
||||
};
|
||||
level: {
|
||||
id: string;
|
||||
name: string;
|
||||
};
|
||||
type: {
|
||||
id: string;
|
||||
name: string;
|
||||
};
|
||||
highDegree: Boolean;
|
||||
highDegree: string;
|
||||
}
|
||||
interface ResponsePayment {
|
||||
id: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue