Shuxia Ning
2024-10-29 a434b83043a5646d5dd99c3e934cc8a30ac6165f
1
2
3
4
5
6
7
8
9
10
11
12
using Yw.DAL;
 
namespace HStation.DAL
{
    /// <summary>
    ///
    /// </summary>
    public interface ILoginUserMain : IBaseDAL<Entity.UserLoginAccount>
    {
        //  public Model.UserLoginAccount GetLoginUserByEmployeeID(long ID);
    }
}