This website works better with JavaScript.
Explore
Help
Register
Sign In
liulb
/
AUCMA_SCADA
Watch
1
Star
0
Fork
You've already forked AUCMA_SCADA
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
cc327e020a
AUCMA_SCADA
/
Aucma.Core.ScannerGun
/
IScannerGunService.cs
9 lines
125 B
C#
Raw
Normal View
History
Unescape
Escape
添加扫码枪Aucma.Core.ScannerGun
1 year ago
namespace
Aucma.Core.ScannerGun
{
public
interface
IScannerGunService
{
Task
ScannerGunAsync
(
)
;
}
}