Commit 9fd1a85d30109f788c3e60df7e2aa5670a46172e
1 parent
9696d9d7
提交
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/java/com/zteits/irain/portal/web/parkinglotcloudplatform/datastatistic/IndexPageStatisticController.java
... | ... | @@ -196,6 +196,7 @@ public class IndexPageStatisticController extends BizController { |
196 | 196 | * @return |
197 | 197 | * @throws Exception |
198 | 198 | */ |
199 | + | |
199 | 200 | @ApiOperation("企业客户负责某个停车不同的支付方式收入情况") |
200 | 201 | @PostMapping("/queryCustIncomeForPayType") |
201 | 202 | public BizResultVO<List<CustIncomeForPayTypeDTO>> queryCustIncomeForPayType( | ... | ... |