This commit is contained in:
AdisakKanthawilang 2024-08-07 15:08:40 +07:00
parent 78fb5b5c0a
commit 8a36a6c977
2 changed files with 27 additions and 4 deletions

View file

@ -821,8 +821,6 @@ export class UpdateDevelopment5 {
isOutBudget: boolean;
//end
@Column()
budgetPay: Double | null;
@Column()
expect: string | null;
@Column()
topicAcademic: string | null;
@ -833,18 +831,20 @@ export class UpdateDevelopment5 {
}
export class UpdateDevelopment7 {
//move from tab5
//move from tab5
@Column()
budget: string | null;
@Column()
budgetSub: string | null;
@Column()
budgetPay: Double | null;
@Column()
accept: Double | null;
@Column()
receive: Double | null;
@Column()
approved: Double | null;
//end
//end
}
export class UpdateDevelopment8 {
//move from tab5