เพิ่ม order
This commit is contained in:
parent
d3aa76b3f8
commit
008add7398
4 changed files with 27 additions and 4 deletions
|
|
@ -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: "ชื่อคำสั่ง",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue