| | |
| | | import com.vincent.rsf.server.manager.entity.LocAreaRela; |
| | | import com.vincent.rsf.server.manager.service.LocAreaRelaService; |
| | | import com.vincent.rsf.server.system.controller.BaseController; |
| | | import io.swagger.annotations.Api; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.security.access.prepost.PreAuthorize; |
| | | import org.springframework.web.bind.annotation.*; |
| | |
| | | import javax.servlet.http.HttpServletResponse; |
| | | import java.util.*; |
| | | |
| | | |
| | | @Api(tags = "逻辑分区") |
| | | @RestController |
| | | public class LocAreaRelaController extends BaseController { |
| | | |