@ -47,7 +47,7 @@ public interface IStOtherReceiptRecordService extends BaseService<StOtherReceipt
StStockInoutRecord getGlassCakeByWoCode(String woCode, String goodsCode);
void saveSubOrderWarehousing(String goodsCode, String batchNo, Double quantity, Long shId, Long slId, Date date, Long userId) throws Exception;
void saveSubOrderWarehousing(String woCode, String goodsCode, String batchNo, Double quantity, Long shId, Long slId, Date date, Long userId, String checkNo, String quantityLevel, Date scrapCycle) throws Exception;
}