lsh
2025-11-20 8478d41abf4febfac7ad3b7f863e5e4889bff9de
1
2
3
4
5
6
7
8
9
package com.zy.asrs.controller;
 
import com.zy.common.web.BaseController;
import org.springframework.web.bind.annotation.*;
 
@RestController
public class BasAgvLocNoController extends BaseController {
 
}