服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2025-01-10 0aa630ac8c349b35da1f87c4cf1af7151d13d5c5
Tiger.Business.WMS/Transaction/ReprintLabel.cs
ÎļþÃû´Ó Tiger.Business.WMS/Transaction/ReprintBarcode.cs ÐÞ¸Ä
@@ -20,9 +20,9 @@
    /// <summary>
    /// æŸ¥å‚¨ä½è¡¥å°æ¡ç äº‹åŠ¡
    /// </summary>
    public class ReprintBarcode : WMSTransactionBase, IReprintBarcode
    public class RePrintLabel : WMSTransactionBase, IRePrintLabel
    {
        public IReprintBarcode Init(string id, string userCode, string apiHost, string orgCode)
        public IRePrintLabel Init(string id, string userCode, string apiHost, string orgCode)
        {
            TransID = id;
            UserCode = userCode;