feat: add name english for institution
This commit is contained in:
parent
abcb445b40
commit
74dbde34ea
3 changed files with 14 additions and 4 deletions
|
|
@ -19,6 +19,7 @@ import { queryOrNot } from "../utils/relation";
|
|||
|
||||
type InstitutionPayload = {
|
||||
name: string;
|
||||
nameEN: string;
|
||||
|
||||
code: string;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue