|
|
@ -4,10 +4,7 @@ import java.util.Date;
|
|
|
|
import java.util.List;
|
|
|
|
import java.util.List;
|
|
|
|
|
|
|
|
|
|
|
|
import com.op.common.core.web.domain.AjaxResult;
|
|
|
|
import com.op.common.core.web.domain.AjaxResult;
|
|
|
|
import com.op.plan.domain.BMS;
|
|
|
|
import com.op.plan.domain.*;
|
|
|
|
import com.op.plan.domain.Bucket;
|
|
|
|
|
|
|
|
import com.op.plan.domain.ProWetMaterialPlan;
|
|
|
|
|
|
|
|
import com.op.plan.domain.Product;
|
|
|
|
|
|
|
|
import org.apache.ibatis.annotations.Mapper;
|
|
|
|
import org.apache.ibatis.annotations.Mapper;
|
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
|
|
|
|
|
|
|
|
@ -138,4 +135,8 @@ public interface ProWetMaterialPlanMapper {
|
|
|
|
* @return
|
|
|
|
* @return
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
ProWetMaterialPlan selectProWetMaterialPlanByWorkIdN(String workorderId);
|
|
|
|
ProWetMaterialPlan selectProWetMaterialPlanByWorkIdN(String workorderId);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void deletePrepare(@Param("works") List<ProOrderWorkorder> works);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void deletePrepareBatch(@Param("works") List<ProOrderWorkorder> workers);
|
|
|
|
}
|
|
|
|
}
|
|
|
|