#
luxiaotao1123
2020-06-11 86d02f361f78ddf473876c8e75a0d2682c0dd98e
src/main/java/com/zy/asrs/controller/WorkController.java
@@ -5,6 +5,7 @@
import com.core.common.R;
import com.zy.asrs.entity.param.FullStoreParam;
import com.zy.asrs.service.BasDevpService;
import com.zy.asrs.service.WorkService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
@@ -18,6 +19,8 @@
public class WorkController {
    @Autowired
    private WorkService workService;
    @Autowired
    private BasDevpService basDevpService;
    @RequestMapping("/available/put/site")