首检添加数据看板
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
using Microsoft.AspNetCore.Http;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using ZR.Admin.WebApi.Extensions;
|
||||
using ZR.Model.mes.md;
|
||||
using ZR.Service.mes.md;
|
||||
using ZR.Service.mes.md.IService;
|
||||
|
||||
namespace ZR.Admin.WebApi.Controllers.mes.md
|
||||
@@ -17,9 +14,9 @@ namespace ZR.Admin.WebApi.Controllers.mes.md
|
||||
{
|
||||
this.workproroute = workproroute;
|
||||
}
|
||||
|
||||
|
||||
[HttpGet("list")]
|
||||
public IActionResult List(int pageNum, int pageSize, string ProrouteCode="", string ProrouteName="")
|
||||
public IActionResult List(int pageNum, int pageSize, string ProrouteCode = "", string ProrouteName = "")
|
||||
{
|
||||
|
||||
(int, List<MdTechnologicalProroute>) data = workproroute.GetAll(ProrouteCode, ProrouteName, pageNum, pageSize);
|
||||
|
||||
Reference in New Issue
Block a user