ปรับ 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

@ -6,7 +6,7 @@ import { Salarys } from "./Salarys";
export class SalaryRanks extends EntityBase {
@Column({
length: 40,
comment: "Id ผังเงินเดือน",
comment: "คีย์นอก(FK)ของตาราง salary",
})
salaryId: string;