This commit is contained in:
18
Epost.BLL/AgvLogInfoBLL.cs
Normal file
18
Epost.BLL/AgvLogInfoBLL.cs
Normal file
@ -0,0 +1,18 @@
|
||||
using Epost.DAL;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Epost.BLL
|
||||
{
|
||||
public class AgvLogInfoBLL
|
||||
{
|
||||
AgvLogInfoDAL dal = new AgvLogInfoDAL();
|
||||
public bool insertAgvLogInfo(string reqCode, string reqTime, string robotCode, string beginDate, string warnContent, string taskCode)
|
||||
{
|
||||
return dal.insertAgvLogInfo(reqCode,reqTime,robotCode,beginDate,warnContent,taskCode);
|
||||
}
|
||||
}
|
||||
}
|
@ -92,6 +92,7 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="AddressstorageBLL.cs" />
|
||||
<Compile Include="AgvLogInfoBLL.cs" />
|
||||
<Compile Include="BoxPickBLL.cs" />
|
||||
<Compile Include="BoxQueueBLL.cs" />
|
||||
<Compile Include="CommandBLL.cs" />
|
||||
|
Reference in New Issue
Block a user