fix:avatar:string

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-01-30 17:06:23 +07:00
parent 109caf7a0d
commit cd68478945
5 changed files with 10 additions and 10 deletions

View file

@ -58,14 +58,14 @@ export class Profile extends EntityBase {
comment: "รูปถ่าย",
default: null,
})
avatar: string | null;
avatar: string;
@Column({
nullable: true,
comment: "รูปถ่าย",
default: null,
})
avatarName: string | null;
avatarName: string;
@Column({
nullable: true,

View file

@ -46,14 +46,14 @@ export class ProfileEmployee extends EntityBase {
comment: "รูปถ่าย",
default: null,
})
avatar: string | null;
avatar: string;
@Column({
nullable: true,
comment: "รูปถ่าย",
default: null,
})
avatarName: string | null;
avatarName: string;
@Column({
nullable: true,