服务端的TigerApi 框架,基于.NET6 2024 版本
YangYuGang
2025-03-12 5563f93c09bd957e3a08cf6314f2c4395143d238
Tiger.IBusiness.WMS/Transaction/IRePrintLabel.cs
@@ -15,6 +15,7 @@
    {
        public IRePrintLabel Init(string id, string userCode, string apiHost, string orgCode);
        public Task<ApiAction<ScanOutput>> Scan(BaseInput input);
        public Task<ApiAction<ScanOutput>> ScanItem(BaseInput input);
        public bool Close(bool needSaveHistoryLog = false);