get tab7
This commit is contained in:
parent
78fb5b5c0a
commit
8a36a6c977
2 changed files with 27 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue