首检添加数据看板
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using ZR.Admin.WebApi.Extensions;
|
||||
using ZR.Admin.WebApi.Filters;
|
||||
using ZR.Service.mes.pro.IService;
|
||||
using ZR.Model.MES.pro.DTO;
|
||||
using ZR.Model.mes.pro;
|
||||
using ZR.Model.MES.pro.DTO;
|
||||
using ZR.Service.mes.pro.IService;
|
||||
|
||||
//创建时间:2024-05-20
|
||||
namespace ZR.Admin.WebApi.Controllers
|
||||
@@ -49,7 +49,7 @@ namespace ZR.Admin.WebApi.Controllers
|
||||
public IActionResult GetWmPackingrecord(long Id)
|
||||
{
|
||||
var response = _WmPackingrecordService.GetInfo(Id);
|
||||
|
||||
|
||||
var info = response.Adapt<WmPackingrecord>();
|
||||
return SUCCESS(info);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user