เช็ค สกจ

This commit is contained in:
kittapath 2024-10-09 12:53:13 +07:00
parent 87b6fdf0d2
commit 5440bce257
5 changed files with 101 additions and 99 deletions

View file

@ -24,10 +24,9 @@ export class State extends EntityBase {
@Column({
nullable: true,
comment: "ลำดับ",
length: 255,
default: null,
})
order: string;
order: number;
@Column({
nullable: true,