wuzeyu
2024-12-27 f5f8138f4f50eedd3598a9073956f0afa56e7139
pipIrr-platform/pipIrr-web/pipIrr-web-statistics/src/main/java/com/dy/pipIrrStatistics/statistics/StClient.java
@@ -1,7 +1,6 @@
package com.dy.pipIrrStatistics.statistics;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
@@ -10,11 +9,9 @@
 * @Date: 2024/7/24 9:31
 * @Description
 */
@Slf4j
@Component
public class StClient {
    private static Logger log = LogManager.getLogger(StClient.class.getName()) ;
    @Autowired
    protected StClientSv sv ;