ประวัติโครงการลูกจ้่าง

This commit is contained in:
Kittapath 2024-04-03 11:28:08 +07:00
parent c2af2a3b08
commit a5ee4afd06
2 changed files with 30 additions and 11 deletions

View file

@ -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: "ยศ",