| | |
| | | package com.aps.core.mapper; |
| | | |
| | | import com.aps.core.domain.ApsGasPipelineCapacityPlan; |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | |
| | | import java.util.List; |
| | |
| | | * @date 2025-04-24 |
| | | */ |
| | | @Mapper |
| | | public interface ApsGasPipelineCapacityPlanMapper |
| | | public interface ApsGasPipelineCapacityPlanMapper extends BaseMapper<ApsGasPipelineCapacityPlan> |
| | | { |
| | | /** |
| | | * 查询气体管路产能规划 |
| | |
| | | * @return 结果 |
| | | */ |
| | | public int deleteApsGasPipelineCapacityPlanByIds(Long[] ids); |
| | | |
| | | void deleteByDateAndFactory(String year, String month, String factory, String major); |
| | | } |