space posno

This commit is contained in:
mamoss 2025-04-05 19:21:50 +07:00
parent b1b9700e40
commit d9fb4110e3
18 changed files with 1283 additions and 875 deletions

View file

@ -198,7 +198,7 @@ export class ProfileSalary extends EntityBase {
@Column({
nullable: true,
length: 255,
type: "text",
comment: "หมายเหตุ",
default: null,
})
@ -226,7 +226,7 @@ export class ProfileSalary extends EntityBase {
isGovernment: boolean;
@Column({
nullable: true,
nullable: false,
comment: "ข้อมูลจาก Entry",
default: null,
})