首检添加数据看板
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
using Infrastructure.Attribute;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using SqlSugar;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using ZR.Model.mes.md;
|
||||
using ZR.Service.mes.md.IService;
|
||||
|
||||
@@ -24,7 +18,7 @@ namespace ZR.Service.mes.md
|
||||
return Delete(ids);
|
||||
}
|
||||
|
||||
public (int, List<MdTechnologicalProroute>) GetAll(string ProrouteCode, string ProrouteName, int pageNum, int pageSize)
|
||||
public (int, List<MdTechnologicalProroute>) GetAll(string ProrouteCode, string ProrouteName, int pageNum, int pageSize)
|
||||
{
|
||||
int totalNum = 0;
|
||||
var predicate = Expressionable.Create<MdTechnologicalProroute>()
|
||||
@@ -38,7 +32,7 @@ namespace ZR.Service.mes.md
|
||||
return (totalNum, data);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
public int UpdateWorkProroute(MdTechnologicalProroute proroute)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user