| | |
| | | package com.dy.pipIrrStatistics.statistics; |
| | | |
| | | import com.dy.pipIrrGlobal.daoRm.RmIntakeAmountDayMapper; |
| | | 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; |
| | | |
| | |
| | | * @Date: 2024/7/24 9:30 |
| | | * @Description |
| | | */ |
| | | @Slf4j |
| | | @Component |
| | | public class StIntake { |
| | | |
| | | private static Logger log = LogManager.getLogger(StIntake.class.getName()) ; |
| | | |
| | | @Autowired |
| | | protected StIntakeSv sv ; |