fix report
This commit is contained in:
parent
def9354058
commit
03ddeed714
1 changed files with 2 additions and 0 deletions
|
|
@ -1056,6 +1056,7 @@ export class ReportController extends Controller {
|
|||
commandYear: number
|
||||
templateDoc: string | null
|
||||
amount: Double | null
|
||||
amountSpecial?: Double | null;
|
||||
positionSalaryAmount: Double | null
|
||||
mouthSalaryAmount: Double | null
|
||||
}[]
|
||||
|
|
@ -1142,6 +1143,7 @@ export class ReportController extends Controller {
|
|||
commandYear: number
|
||||
templateDoc: string | null
|
||||
amount: Double | null
|
||||
amountSpecial?: Double | null;
|
||||
positionSalaryAmount: Double | null
|
||||
mouthSalaryAmount: Double | null
|
||||
}[]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue