This commit is contained in:
PastSaid
2024-12-05 15:39:19 +08:00
parent 5472714e30
commit 9725ab5376
128 changed files with 46381 additions and 69 deletions

View File

@@ -0,0 +1,13 @@
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);
}
}