首检添加数据看板
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using ZR.Model.Dto;
|
||||
|
||||
using ZR.Admin.WebApi.Extensions;
|
||||
using ZR.Admin.WebApi.Filters;
|
||||
using ZR.Service.mes.wms.IService;
|
||||
using ZR.Model.MES.wms.Dto;
|
||||
using ZR.Model.MES.wms;
|
||||
using ZR.Model.MES.wms.Dto;
|
||||
using ZR.Service.mes.wms.IService;
|
||||
|
||||
//创建时间:2024-03-17
|
||||
namespace ZR.Admin.WebApi.Controllers.mes.wms
|
||||
@@ -51,7 +49,7 @@ namespace ZR.Admin.WebApi.Controllers.mes.wms
|
||||
public IActionResult GetWmCustom(int Id)
|
||||
{
|
||||
var response = _WmCustomService.GetInfo(Id);
|
||||
|
||||
|
||||
var info = response.Adapt<WmCustom>();
|
||||
return SUCCESS(info);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user