zhanghl
2025-05-21 bb3a0be871454582ac64e4fd2a1d7f06d7ec7d12
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接口
@@ -65,4 +66,11 @@
     * @return 结果
     */
    int removeAllPlans();
    /**
     * 获取气体管路工单关联工序数据
     * @param apsGasPipingPlan
     * @return
     */
    public List<ApsGasPipingPlan> selectApsGasPipingPlanWithProcess(ApsGasPipingPlan apsGasPipingPlan);
}