using Tiger.Model;
using SqlSugar;
using System;
using System.Collections.Generic;
using System.Linq.Expressions;
using System.Text;
using System.Threading.Tasks;
using Rhea.Common;
using System.Net;
using System.Linq;
using Newtonsoft.Json;
using Tiger.IBusiness;
using static Tiger.Business.Biz;
using Microsoft.AspNetCore.Http;
namespace Tiger.Business
{
public partial class Biz
{
///
/// 工具管理
///
public partial class SmtTool : ISmtTool
{
///
/// 获取未上料列表
///
///
///
///
///
///
///
///
public Task> GetNotLoadingMaterial(string itemCode, string lineCode, string pcbSurface, string moCode, string machineCode = null)
{
throw new NotImplementedException();
}
}
}
}