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