功能完善
This commit is contained in:
parent
26266f1399
commit
ab4ba2cab8
|
|
@ -25,6 +25,8 @@ public interface LeaseOutDetailsService {
|
||||||
|
|
||||||
List<MaMachine> getMaMachineByQrCode(String qrCode);
|
List<MaMachine> getMaMachineByQrCode(String qrCode);
|
||||||
|
|
||||||
|
List<MaMachine> getMaMachineByRfidCode(String rfidCode);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 综合查询--领用记录查询
|
* 综合查询--领用记录查询
|
||||||
* @param bean
|
* @param bean
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue