แก้ default posname
This commit is contained in:
parent
a5caf6eade
commit
4896b4f8fe
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ export class PosLevel extends EntityBase {
|
|||
@Column({
|
||||
nullable: true,
|
||||
comment: "ชื่อระดับตำแหน่ง",
|
||||
type: "tinytext",
|
||||
length: 255,
|
||||
default: "string",
|
||||
})
|
||||
posLevelName: string;
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ export class PosType extends EntityBase {
|
|||
@Column({
|
||||
nullable: true,
|
||||
comment: "ชื่อประเภทตำแหน่ง (ทั่วไป วิชาการ อำนวยการ บริหาร)",
|
||||
type: "tinytext",
|
||||
length: 255,
|
||||
default: "string",
|
||||
})
|
||||
posTypeName: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue