应收账单添加 税额 无税费用;
This commit is contained in:
+5
-2
@@ -252,5 +252,8 @@ public class ReconciliationDTO extends BaseVOEntity{
|
||||
|
||||
@ApiModelProperty(value = "财务审核意见")
|
||||
private String financeReviewOpinion;
|
||||
|
||||
}
|
||||
@ApiModelProperty(value = "无税费用")
|
||||
private BigDecimal taxFreeFee;
|
||||
@ApiModelProperty(value = "税额")
|
||||
private BigDecimal taxAmount;
|
||||
}
|
||||
Reference in New Issue
Block a user