|
|
|
@ -54,5 +54,5 @@ public interface SoReceiveBoxesDao extends BaseMapper<SoReceiveBoxesEntity> { |
|
|
|
* @Param [orderNo, orderref1, partno] |
|
|
|
* @return com.gaotao.modules.finishedProduct.entity.CRollinfoEntity |
|
|
|
**/ |
|
|
|
CRollinfoEntity getRollOrderNo(Long orderNo, String orderref1, String partno); |
|
|
|
CRollinfoEntity getRollOrderNo(@Param("orderNo") Long orderNo,@Param("orderref1") String orderref1,@Param("partno") String partno); |
|
|
|
} |