no message

This commit is contained in:
Bright 2024-05-13 15:28:53 +07:00
parent 59607aafd1
commit a9f0458f1b
6 changed files with 190 additions and 5 deletions

View file

@ -82,7 +82,8 @@ export class ProfileHonor extends EntityBase {
}
export class CreateProfileHonor {
profileId: string | null;
profileId?: string | null;
profileEmployeeId?: string | null;
detail: string | null;
issueDate: Date | null;
issuer: string | null;