ทะเบียนประวัติ: ใบอนุญาต+ฝึกอบรม
This commit is contained in:
parent
5014de2da8
commit
82b88d65f0
5 changed files with 1862 additions and 349 deletions
|
|
@ -0,0 +1,9 @@
|
|||
interface ProfesLicenseObject {
|
||||
certificateType: string;
|
||||
issuer: string;
|
||||
certificateNo: string;
|
||||
issueDate: Date;
|
||||
expireDate: Date;
|
||||
}
|
||||
|
||||
export type { ProfesLicenseObject };
|
||||
Loading…
Add table
Add a link
Reference in a new issue