service/src/main/java/com/ruoyi/cwgl/domain/PendingSettlementBusiness.java
@@ -167,21 +167,21 @@ @Excel(name = "预估总收入") @TableField("estimated_total_income") private BigDecimal estimatedTotalIncome; private Long estimatedTotalIncome; /** 预估总成本 */ @Excel(name = "预估总成本") @TableField("estimated_total_cost") private BigDecimal estimatedTotalCost; private Long estimatedTotalCost; /** 预估利润 */ @Excel(name = "预估利润") @TableField("estimated_profit") private BigDecimal estimatedProfit; private Long estimatedProfit; /** 电子锁 */