add director

This commit is contained in:
kittapath 2024-11-06 16:22:11 +07:00
parent fa420d10ab
commit 147cf17b38
3 changed files with 7 additions and 4 deletions

View file

@ -6,7 +6,7 @@ import { CommandSend } from "./CommandSend";
export class CommandSendCC extends EntityBase {
@Column({
nullable: true,
comment: "เพศ",
comment: "ชื่อ",
length: 255,
default: null,
})