api ออกคำสั่ง

This commit is contained in:
kittapath 2024-10-01 23:33:45 +07:00
parent 566ac716ee
commit 000bc2aad9
3 changed files with 93 additions and 65 deletions

View file

@ -1,11 +1,4 @@
import {
Entity,
Column,
OneToMany,
JoinColumn,
ManyToOne,
Double,
} from "typeorm";
import { Entity, Column, OneToMany, JoinColumn, ManyToOne, Double } from "typeorm";
import { EntityBase } from "./base/Base";
import { Profile } from "./Profile";
import { ProfileEmployee } from "./ProfileEmployee";
@ -174,7 +167,7 @@ export class CreateProfileSalary {
positionType: string | null;
positionLevel: string | null;
refCommandNo: string | null;
commandType?: string | null;
// commandType?: string | null;
templateDoc: string | null;
}