แก้ไขข้อมูลราชการเเละบันทึกไม่ได้รับเงินเดือนเพิ่มเติม

This commit is contained in:
AnandaTon 2024-05-13 17:26:04 +07:00
parent f42f200c8a
commit 1afe64bdd3
8 changed files with 60 additions and 16 deletions

View file

@ -86,8 +86,17 @@ export class ProfileDiscipline extends EntityBase {
export class CreateProfileDiscipline {
date: Date | null;
profileId?: string;
profileEmployeeId?: string | null;
profileId: string;
level: string | null;
detail: string | null;
refCommandDate: Date | null;
refCommandNo: string | null;
unStigma: string | null;
}
export class CreateProfileEmployeeDiscipline {
date: Date | null;
profileEmployeeId: string | null;
level: string | null;
detail: string | null;
refCommandDate: Date | null;