优化金蝶获取数据
This commit is contained in:
14
src/WMS.Web.Domain/Infrastructure/ILoginRepositories.cs
Normal file
14
src/WMS.Web.Domain/Infrastructure/ILoginRepositories.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace WMS.Web.Domain.Infrastructure
|
||||
{
|
||||
public interface ILoginRepositories
|
||||
{
|
||||
/// <summary>
|
||||
/// 公司Id
|
||||
/// </summary>
|
||||
int CompanyId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user