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