| | |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using System.Dynamic; |
| | | using System.Dynamic; |
| | | using MES.Service.Modes; |
| | | using MES.Service.service; |
| | | using MES.Service.util; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | |
| | | namespace MESApplication.Controllers |
| | | { |
| | | namespace MESApplication.Controllers; |
| | | |
| | | [ApiController] |
| | | [Route("api/[controller]")] |
| | | public class MesRfPrnbarcodeController : ControllerBase |
| | | { |
| | | |
| | | private MesRfPrnbarcodeManager m = new MesRfPrnbarcodeManager(); |
| | | private readonly MesRfPrnbarcodeManager m = new(); |
| | | |
| | | |
| | | /***进入模版管理可以修改模版***/ |
| | |
| | | return ResponseResult.ResponseError(ex); |
| | | } |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 添加返回自增 |
| | | /// </summary> |
| | |
| | | catch (Exception ex) |
| | | { |
| | | return ResponseResult.ResponseError(ex); |
| | | } |
| | | } |
| | | } |
| | | } |