ปรับ comment fields

This commit is contained in:
Bright 2024-03-08 14:36:57 +07:00
parent a4f9676297
commit f63d809735
7 changed files with 19 additions and 21 deletions

View file

@ -38,7 +38,7 @@ export class PosLevel extends EntityBase {
@Column({
length: 40,
comment: "เป็นระดับของประเภทตำแหน่งใด",
comment: "คีย์นอก(FK)ของตาราง posType",
})
posTypeId: string;