aps-modules/aps-core/src/main/java/com/aps/core/mapper/ApsGasPipingPlanMapper.java
@@ -1,8 +1,9 @@ package com.aps.core.mapper; import java.util.List; import com.aps.core.domain.ApsGasPipingPlan; import org.apache.ibatis.annotations.Mapper; import java.util.List; /** * 气体管路计划管理Mapper接口 @@ -60,4 +61,16 @@ * @return 结果 */ public int deleteApsGasPipingPlanByIds(String[] ids); /** * 批量删除气体管路计划管理 * @return 结果 */ int removeAllPlans(); /** * 获取气体管路工单关联工序数据 * @param apsGasPipingPlan * @return */ public List<ApsGasPipingPlan> selectApsGasPipingPlanWithProcess(ApsGasPipingPlan apsGasPipingPlan); }