首检添加数据看板
This commit is contained in:
@@ -1,14 +1,8 @@
|
||||
using Microsoft.AspNetCore.Http;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using ZR.Model.mes.md;
|
||||
using ZR.Model.mes.md;
|
||||
|
||||
namespace ZR.Service.MES.md.IService
|
||||
{
|
||||
public interface IMdBOMService
|
||||
public interface IMdBOMService
|
||||
{
|
||||
int AddBom(MdBom bomItem);
|
||||
|
||||
@@ -16,7 +10,7 @@ namespace ZR.Service.MES.md.IService
|
||||
public int UpdateBOM(MdBom mdBom);
|
||||
|
||||
public int deleteBOM(int[] ids);
|
||||
public List<MdBom> QueryBOM(string queryString);
|
||||
public List<MdBom> QueryBOM(string queryString);
|
||||
|
||||
public List<MdUnit> GetAllunitList();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user