首检添加数据看板
This commit is contained in:
@@ -1,16 +1,5 @@
|
||||
using Infrastructure.Extensions;
|
||||
using JinianNet.JNTemplate;
|
||||
using Microsoft.AspNetCore.Http;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.IdentityModel.Tokens;
|
||||
using ZR.Admin.WebApi.Extensions;
|
||||
using ZR.Model.Dto;
|
||||
using ZR.Model.MES.qu;
|
||||
using ZR.Model.MES.wms;
|
||||
using ZR.Model.MES.wms.Dto;
|
||||
using ZR.Service.mes.wms;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using ZR.Service.mes.wms.IService;
|
||||
using static System.Runtime.InteropServices.JavaScript.JSType;
|
||||
|
||||
namespace ZR.Admin.WebApi.Controllers.mes.wms
|
||||
{
|
||||
@@ -23,7 +12,8 @@ namespace ZR.Admin.WebApi.Controllers.mes.wms
|
||||
public class WMExitwarehouseController : BaseController
|
||||
{
|
||||
private readonly IWMExitwarehouseService Exitwarehouse;
|
||||
public WMExitwarehouseController(IWMExitwarehouseService Exitwarehouse) {
|
||||
public WMExitwarehouseController(IWMExitwarehouseService Exitwarehouse)
|
||||
{
|
||||
this.Exitwarehouse = Exitwarehouse;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user