111
cjs
2025-06-10 f4302a3078545c8e3e2075bdfd4b01804dc79a5b
ams/Hanhe.iWCS.JingmenGEMTwoProtocol/ApiController.cs
@@ -146,7 +146,7 @@
        public ZZTPWNumResult ZZTPWNum(string factory)
        {
            ZZTPWNumResult result = new ZZTPWNumResult();
            result = ApiHelper.ZZTPWNum();
            result = ApiHelper.ZZTPWNum(factory);
            return result;
        }
    }