#
1
2 天以前 075cd1a82dc00988ed67b08c3a03fab51bf450e2
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 BasAgvMastController extends BaseController {
}