模具保养运行,代码优化

This commit is contained in:
DEVICE8\12494
2023-06-02 17:39:17 +08:00
parent aed23fac08
commit 863d9cf470
8 changed files with 254 additions and 36 deletions

View File

@@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tnb.WarehouseMgr.Interfaces
{
/// <summary>
/// 区域人员设定服务接口
/// </summary>
public interface IBasRegionUserService
{
}
}

View File

@@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tnb.WarehouseMgr.Interfaces
{
/// <summary>
/// 载具台账服务接口
/// </summary>
public interface IWmsCarryLedgerService
{
}
}