111
cjs
2025-05-30 acc57630416a1328ea722a3f80d1b2b8519c8d5f
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;
        }
    }