|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
package com.hnac.hzims.message.controller; |
|
|
|
|
package com.hnac.hzims.message.web; |
|
|
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.core.metadata.IPage; |
|
|
|
|
import com.github.xiaoymin.knife4j.annotations.ApiOperationSupport; |
|
|
|
@ -21,6 +21,7 @@ import org.springframework.web.bind.annotation.*;
|
|
|
|
|
* @author xiashandong |
|
|
|
|
* @created 2021-06-28 16:45 |
|
|
|
|
**/ |
|
|
|
|
@Deprecated |
|
|
|
|
@RestController |
|
|
|
|
@AllArgsConstructor |
|
|
|
|
@RequestMapping("/msg/ws/record/history") |
|
|
|
|