package com.steerinfo.dil.controller; import com.baomidou.mybatisplus.extension.api.R; import com.steerinfo.dil.util.BaseRESTfulController; import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; import com.steerinfo.dil.util.HTTPRequestUtils; import java.io.IOException; @RestController @RequestMapping("/${api.version}/systemOaController") public class systemOaController extends BaseRESTfulController { }