Files
tnb.server/WarehouseMgr/Tnb.WarehouseMgr.Interfaces/IBasRegionUserService.cs
2023-06-02 17:39:17 +08:00

16 lines
293 B
C#

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
{
}
}