| | |
| | | |
| | | PageInfo<TBillDto> queryPage(TBillQuery query); |
| | | |
| | | |
| | | PageInfo<TBillDto> queryPageForApplet(TBillQuery query); |
| | | |
| | | /** |
| | | * |
| | | * 更新类型 1.仅更新信息及状态 2.更新金额及状态 |
| | |
| | | |
| | | Boolean cashPay(CachPayDto offlinePayDto); |
| | | |
| | | BillStatisticsDto statistics(String busdeptId); |
| | | BillStatisticsDto statistics(TBillQuery query); |
| | | |
| | | Integer batchBillCount(String userId, List<String> billIds); |
| | | |
| | |
| | | * @return |
| | | */ |
| | | List<TBill> getJiFuBillListByTime(String businessDeptId, Date first, Date last); |
| | | List<ScreenRentRankVO> getStreetRentRank(); |
| | | |
| | | void editAmount(TbillSaveDto bill); |
| | | } |