status ช่วยราชการ
This commit is contained in:
parent
00fbe53f17
commit
72bd27c9b0
3 changed files with 1268 additions and 0 deletions
|
|
@ -15,6 +15,13 @@ export class ProfileAssistance extends EntityBase {
|
|||
})
|
||||
profileId: string;
|
||||
|
||||
@Column({
|
||||
comment: "สถานะ",
|
||||
default: "PENDING",
|
||||
length: 20,
|
||||
})
|
||||
status: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "หน่วยงานที่ให้ช่วยราชการ",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue