| | |
| | | @DeleteMapping("/shop-balance-statement/deleteShopBalanceStatementCopy") |
| | | R<Boolean> deleteShopBalanceStatementCopy(@RequestParam("orderId") Long orderId, @RequestParam("type") List<Integer> type); |
| | | |
| | | @DeleteMapping("/shop-balance-statement/deleteShopBalanceStatementCopyByIds") |
| | | R<Boolean> deleteShopBalanceStatementCopyByIds(@RequestParam("ids") List<Long> ids); |
| | | |
| | | @PostMapping("/shop-balance-statement/getShopBalanceStatementCopy") |
| | | R<List<ShopBalanceStatementCopy>> getShopBalanceStatementCopy(@RequestParam("orderId") Long orderId, @RequestParam("type") List<Integer> type); |
| | | |