dev:代码优化,该切计划和业务员

This commit is contained in:
2023-12-13 09:00:32 +08:00
parent 3b742ff9ac
commit ad638ee127
77 changed files with 3440 additions and 1839 deletions

View File

@@ -1,3 +1,4 @@
package org.nl.config;
/*
* Copyright 2019-2020 Zheng Jie
*
@@ -21,10 +22,11 @@ import org.springframework.context.annotation.Configuration;
import org.springframework.web.socket.server.standard.ServerEndpointExporter;
*/
/**
* @author ZhangHouYing
* @date 2019-08-24 15:44
*//*
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.socket.server.standard.ServerEndpointExporter;
@Configuration
public class WebSocketConfig {
@@ -34,4 +36,4 @@ public class WebSocketConfig {
return new ServerEndpointExporter();
}
}
*/