|
|
@ -3,6 +3,7 @@ package com.op.device.mapper;
|
|
|
|
import java.math.BigDecimal;
|
|
|
|
import java.math.BigDecimal;
|
|
|
|
import java.util.List;
|
|
|
|
import java.util.List;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import com.op.device.domain.EquSpareApply;
|
|
|
|
import com.op.device.domain.SparePartsLedger;
|
|
|
|
import com.op.device.domain.SparePartsLedger;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
@ -67,4 +68,9 @@ public interface SparePartsLedgerMapper {
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
BigDecimal selectRealAmountByMaterialCode(String materialCode);
|
|
|
|
BigDecimal selectRealAmountByMaterialCode(String materialCode);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* 减少库存数量
|
|
|
|
|
|
|
|
* @param apply
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
void updateSpareNumReduce(EquSpareApply apply);
|
|
|
|
}
|
|
|
|
}
|
|
|
|