yl
2022-09-02 59043b0e6f2f492550c1ffd9c06d8f008b96e3bd
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
    }
}