แก้uiสรรหา

This commit is contained in:
Kittapath 2023-09-29 17:39:23 +07:00
parent b01e667f34
commit 6976007b64
9 changed files with 438 additions and 197 deletions

View file

@ -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;