| | |
| | | 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) |
| | | { |
| | |
| | | { |
| | | return ResponseResult.ResponseError(ex); |
| | | } |
| | | } |
| | | |
| | | } |
| | | } |