|
@@ -15,6 +15,7 @@ import com.ozs.system.service.ISysDictDataService;
|
|
|
import com.ozs.system.service.ISysUserService;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
+import org.springframework.stereotype.Component;
|
|
|
import org.springframework.util.ObjectUtils;
|
|
|
import org.springframework.web.bind.annotation.RequestBody;
|
|
|
|
|
@@ -26,6 +27,7 @@ import java.util.*;
|
|
|
* @create 2023/6/5 17:04
|
|
|
*/
|
|
|
@Slf4j
|
|
|
+@Component
|
|
|
public class WebSocketCommon {
|
|
|
|
|
|
@Autowired
|