#
1
3 天以前 54866c1d6fd2bd02ce3f155b50a1fc17bca6c83e
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 {
 
}