|  |  | 
 |  |  | package com.zy.asrs.wms.controller; | 
 |  |  |  | 
 |  |  | import com.zy.asrs.common.domain.param.FullStoreParam; | 
 |  |  | import com.zy.asrs.common.web.BaseController; | 
 |  |  | import com.zy.asrs.common.wms.service.BasDevpService; | 
 |  |  | import com.zy.asrs.common.wms.service.WorkService; | 
 |  |  | 
 |  |  | import com.zy.asrs.framework.annotations.ManagerAuth; | 
 |  |  | import com.zy.asrs.framework.common.R; | 
 |  |  | import org.springframework.beans.factory.annotation.Autowired; | 
 |  |  | import org.springframework.web.bind.annotation.RequestBody; | 
 |  |  | import org.springframework.web.bind.annotation.RequestMapping; | 
 |  |  | import org.springframework.web.bind.annotation.RestController; | 
 |  |  |  | 
 |  |  | 
 |  |  |         return R.ok().add(basDevpService.getAvailableOutSite(107, getHostId())); | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     @RequestMapping("/full/store/put/start") | 
 |  |  |     @ManagerAuth(memo = "全板入库") | 
 |  |  |     public R fullStorePutStart(@RequestBody FullStoreParam fullStoreParam) { | 
 |  |  |         return R.ok("入库启动成功").add(workService.startupFullPutStore(fullStoreParam,getUserId())); | 
 |  |  |     } | 
 |  |  |  | 
 |  |  | } |