11
啊鑫
2025-07-15 5dc3cc86f5835369cd830f2a83318b9a8d69cf69
MESApplication/Controllers/SpotCheck/MesEqMaintainController.cs
@@ -1,26 +1,15 @@
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Logging;
using SqlSugar;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Dynamic;
using System.Dynamic;
using MES.Service.Dto.service;
using MES.Service.Modes;
using MES.Service.service;
using MES.Service.service.QC;
using MES.Service.service.SpotCheck;
using MES.Service.util;
using Newtonsoft.Json.Linq;
using Microsoft.AspNetCore.Mvc;
namespace MESApplication.Controllers.SpotCheck
{
namespace MESApplication.Controllers.SpotCheck;
    [ApiController]
    [Route("api/[controller]")]
    public class MesEqMaintainController : ControllerBase
    {
        [HttpPost("getDjDetail")]
        public ResponseResult getDjDetail([FromBody] DJPageResultDto queryObj)
        {
@@ -66,7 +55,5 @@
            {
                return ResponseResult.ResponseError(ex);
            }
        }
    }
}