เพิ่ม order

This commit is contained in:
kittapath 2024-09-16 16:59:48 +07:00
parent d3aa76b3f8
commit 008add7398
4 changed files with 27 additions and 4 deletions

View file

@ -5,6 +5,13 @@ import { CommandSys } from "./CommandSys";
@Entity("commandType")
export class CommandType extends EntityBase {
@Column({
nullable: true,
comment: "ลำดับความสำคัญ",
default: null,
})
order: number;
@Column({
nullable: true,
comment: "ชื่อคำสั่ง",