Commit 5ecb8245 authored by 徐俊's avatar 徐俊

xujun

parent de5fb9ea
......@@ -51,7 +51,7 @@ public class ComProjectUnitPayment extends BaseEntity {
/** 间接费用(省级财政资金) */
@ApiModelProperty(value = "间接费用(省级财政资金)", position = 3)
private BigDecimal IndirectFee;
private BigDecimal indirectFee;
/** 小计金额(省级财政资金) */
@ApiModelProperty(value = "小计金额(省级财政资金)", position = 3)
private BigDecimal fundAmount;
......
......@@ -54,7 +54,7 @@ public class ComProjectUnitPaymentDTO extends BaseDTO {
/** 间接费用(省级财政资金) */
@ApiModelProperty(value = "间接费用(省级财政资金)", position = 3)
private BigDecimal IndirectFee;
private BigDecimal indirectFee;
/** 小计金额(省级财政资金) */
@ApiModelProperty(value = "小计金额(省级财政资金)", position = 3)
private BigDecimal fundAmount;
......
......@@ -51,7 +51,7 @@ public class ComProjectUnitPaymentQueryVO extends PaginationVO{
/** 间接费用(省级财政资金) */
@ApiModelProperty(value = "间接费用(省级财政资金)", position = 3)
private BigDecimal IndirectFee;
private BigDecimal indirectFee;
/** 小计金额(省级财政资金) */
@ApiModelProperty(value = "小计金额(省级财政资金)", position = 3)
private BigDecimal fundAmount;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment