应收账单添加 税额 无税费用;
This commit is contained in:
+6
-1
@@ -255,4 +255,9 @@ public class Reconciliation extends BaseVOEntity{
|
||||
@ApiModelProperty(value = "财务审核意见")
|
||||
private String financeReviewOpinion;
|
||||
|
||||
}
|
||||
@ApiModelProperty(value = "无税费用")
|
||||
private BigDecimal taxFreeFee;
|
||||
|
||||
@ApiModelProperty(value = "税额")
|
||||
private BigDecimal taxAmount;
|
||||
}
|
||||
+5
-1
@@ -263,4 +263,8 @@ public class ReconciliationPO extends BaseVOEntity{
|
||||
@ApiModelProperty(value = "财务审核意见")
|
||||
private String financeReviewOpinion;
|
||||
|
||||
}
|
||||
@ApiModelProperty(value = "无税费用")
|
||||
private BigDecimal taxFreeFee;
|
||||
@ApiModelProperty(value = "税额")
|
||||
private BigDecimal taxAmount;
|
||||
}
|
||||
+6
-1
@@ -292,4 +292,9 @@ public class ReconciliationDO extends BaseVOEntity{
|
||||
|
||||
@ApiModelProperty(value = "账单科目明细")
|
||||
public List<ReconciliationAccountDTO> reconciliationAccountDTOList;
|
||||
}
|
||||
|
||||
@ApiModelProperty(value = "无税费用")
|
||||
private BigDecimal taxFreeFee;
|
||||
@ApiModelProperty(value = "税额")
|
||||
private BigDecimal taxAmount;
|
||||
}
|
||||
Reference in New Issue
Block a user