报警记录处理过程

This commit is contained in:
quowingwang
2025-12-11 11:12:29 +08:00
parent af414d27c9
commit 5e756cdc5f
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ namespace ZR.Admin.WebApi.Controllers.andon
/// 报警记录
/// </summary>
[Verify]
[Route("business/AndonAlarmRecord")]
[Route("mes/AndonAlarmRecord")]
public class AndonAlarmRecordController : BaseController
{
/// <summary>

View File

@@ -12,7 +12,7 @@ namespace ZR.Admin.WebApi.Controllers.andon
/// 安灯报警处理过程
/// </summary>
[Verify]
[Route("business/AndonAlarmRecordProcess")]
[Route("mes/AndonAlarmRecordProcess")]
public class AndonAlarmRecordProcessController : BaseController
{
/// <summary>