no message

This commit is contained in:
setthawutttty 2023-11-22 12:05:34 +07:00
parent e7a078c76e
commit f04826e05a

View file

@ -15,14 +15,14 @@ interface typeOp {
interface tableType {
id: string;
cardId: string;
idcard: string;
prefix: string;
firstName: string;
lastName: string;
position: string;
level: string;
degree: string;
oc: string;
positionLevel: string;
organization: string;
salary: string;
fullName: string;
}