| | |
| | | |
| | | import java.util.List; |
| | | |
| | | import com.panzhihua.common.model.dtos.community.warehouse.ComActWarehouseApplyDTO; |
| | | import org.springframework.cloud.openfeign.FeignClient; |
| | | import org.springframework.web.bind.annotation.DeleteMapping; |
| | | import org.springframework.web.bind.annotation.GetMapping; |
| | |
| | | */ |
| | | @GetMapping("/comActWarehouseDonates/donates/statistics") |
| | | R getDonatesStatistics(@RequestParam("communityId") Long communityId); |
| | | |
| | | /** |
| | | * 分页查询所有数据 |
| | | * |
| | | * @param commonPage 查询实体 |
| | | * @return 所有数据 |
| | | */ |
| | | @PostMapping("/comActWarehouseOperation/queryAll") |
| | | public R comActWarehouseOperationSelectAll(@RequestBody CommonPage commonPage); |
| | | |
| | | /** |
| | | * 物品领用 |
| | | * @param comActWarehouseApplyDTO |
| | | * @return |
| | | */ |
| | | @PostMapping("/comActWarehouseDonates/donates/apply") |
| | | R applyDonates(@RequestBody ComActWarehouseApplyDTO comActWarehouseApplyDTO); |
| | | } |