sfd
2025-05-26 2a64b537e8e3bce9ce030585a3da17d48379c0ad
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);
}