...
 
Commits (1)
  • 向怀芳's avatar
    .. · 78145140
    向怀芳 authored
    78145140
...@@ -4,7 +4,6 @@ import cn.sh.stc.sict.cloud.common.core.util.R; ...@@ -4,7 +4,6 @@ import cn.sh.stc.sict.cloud.common.core.util.R;
import io.swagger.annotations.Api; import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation; import io.swagger.annotations.ApiOperation;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController; import org.springframework.web.bind.annotation.RestController;
...@@ -24,4 +23,5 @@ public class IndexController { ...@@ -24,4 +23,5 @@ public class IndexController {
public R saveSatisfaction(){ public R saveSatisfaction(){
return new R(); return new R();
} }
} }