yl
2022-08-30 72d62c3296c968bbca7c610fd6248306fe2b46c2
VueWebApi/DLL/BLL/AppDeviceManageBLL.cs
@@ -53,5 +53,13 @@
            return AppDeviceManageDAL.AppDeviceRepairSave(username, maintcyc, json);
        }
        #endregion
        #region[测试安灯呼叫]
        public static ToMessage AppDeviceAnDengCallSave(string eqpcode)
        {
            return AppDeviceManageDAL.AppDeviceAnDengCallSave(eqpcode);
        }
        #endregion
    }
}