| | |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.java110.dto.RoomDto; |
| | | import com.java110.dto.fee.FeeDto; |
| | | import com.java110.dto.integralRuleConfig.IntegralRuleConfigDto; |
| | | import com.java110.dto.integral.IntegralRuleConfigDto; |
| | | import com.java110.dto.machine.CarInoutDetailDto; |
| | | import com.java110.dto.machine.CarInoutDto; |
| | | import com.java110.dto.owner.OwnerCarDto; |
| | |
| | | Date getFeeEndTime(); |
| | | |
| | | /** |
| | | * 获取 deadlineTime |
| | | * @param feeDto |
| | | * @return |
| | | */ |
| | | Date getDeadlineTime(FeeDto feeDto); |
| | | |
| | | /** |
| | | * 计算欠费金额 |
| | | * |
| | | * @param tmpFeeDto |