no message
This commit is contained in:
parent
59607aafd1
commit
a9f0458f1b
6 changed files with 190 additions and 5 deletions
|
|
@ -78,7 +78,8 @@ export class ProfileCertificate extends EntityBase {
|
|||
}
|
||||
|
||||
export class CreateProfileCertificate {
|
||||
profileId: string | null;
|
||||
profileId?: string | null;
|
||||
profileEmployeeId?: string | null;
|
||||
expireDate: Date | null;
|
||||
issueDate: Date | null;
|
||||
certificateNo: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue