Files
GateDge2023_ljy/14.宝锐/GZ.LJY000.Biori/UHIK_BAR_BarCodeScan/PushService/IBarCodeScanPushService.cs
PastSaid 9725ab5376 a
2024-12-05 15:39:19 +08:00

14 lines
340 B
C#

using GZ.LJY000.Biori.UHIK_BAR_BarCodeScan.PushService;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace GZ.LJY000.Biori.PushService.UHIK_BAR_BarCodeScan
{
public interface IBarCodeScanPushService
{
void DoPush(PushServiceExplainArgs explainArgs, out long billId);
}
}