| | |
| | | using System.Dynamic; |
| | | using Masuit.Tools; |
| | | using Masuit.Tools; |
| | | using MES.Service.Dto.webApi; |
| | | using MES.Service.Modes; |
| | | using MES.Service.service; |
| | |
| | | using MES.Service.util; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using Newtonsoft.Json; |
| | | using System.Dynamic; |
| | | |
| | | namespace MESApplication.Controllers.BasicData; |
| | | |
| | |
| | | [Route("api/[controller]")] |
| | | public class MesProjectController : ControllerBase |
| | | { |
| | | private readonly MesProjectManager m = new(); |
| | | |
| | | private readonly MessageCenterManager _manager = new(); |
| | | |
| | | private readonly MesProjectManager m = new(); |
| | | |
| | | private readonly string METHOD = "POST"; |
| | | |
| | | private readonly string TableName = "MES_SUPPLIER"; |