|
|
@@ -9,15 +9,14 @@ import com.usoftchina.smartschool.school.dto.ListReqDTO;
|
|
|
import com.usoftchina.smartschool.school.po.Messagelog;
|
|
|
import com.usoftchina.smartschool.school.po.Operation;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
-import org.springframework.web.bind.annotation.GetMapping;
|
|
|
-import org.springframework.web.bind.annotation.RequestBody;
|
|
|
-import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
-import org.springframework.web.bind.annotation.RequestParam;
|
|
|
+import org.springframework.web.bind.annotation.*;
|
|
|
|
|
|
/**
|
|
|
* @author: guq
|
|
|
* @create: 2019-01-23 16:23
|
|
|
**/
|
|
|
+@RestController
|
|
|
+@RequestMapping("/messagelog")
|
|
|
public class MessageLogController {
|
|
|
|
|
|
@Autowired
|