ประวัติโครงการลูกจ้่าง
This commit is contained in:
parent
c2af2a3b08
commit
a5ee4afd06
2 changed files with 30 additions and 11 deletions
|
|
@ -6,6 +6,14 @@ import { Development } from "./Development";
|
|||
|
||||
@Entity("developmentHistory")
|
||||
export class DevelopmentHistory extends EntityBase {
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "ประเภทราชการ",
|
||||
length: 40,
|
||||
default: null,
|
||||
})
|
||||
type: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "ยศ",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue