This commit is contained in:
harid 2025-12-08 10:18:41 +07:00
parent e4a17b62ee
commit 2cb7a9ab07
13 changed files with 232 additions and 4 deletions

View file

@ -12,6 +12,9 @@ export class ActualPeople extends EntityBase {
groupTarget: string;
@Column({
type: "decimal",
precision: 65,
scale: 0,
nullable: true,
comment: "จำนวน(คน)",
default: null,