pipIrr-platform/pipIrr-web/pipIrr-web-statistics/src/main/java/com/dy/pipIrrStatistics/statistics/StChargeByClient.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,10 +9,10 @@
 * @Date: 2024/12/23 14:55
 * @Description
 */
@Slf4j
@Component
public class StChargeByClient {
    private static Logger log = LogManager.getLogger(StChargeByClient.class.getName()) ;
    @Autowired
    protected StChargeByClientSv sv ;