src/main/java/com/zy/asrs/controller/MapController.java
@@ -7,7 +7,9 @@ import com.zy.asrs.service.LocMastService; import com.zy.common.web.BaseController; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.RestController; import java.io.*; import java.util.ArrayList;