duheng
2024-08-07 c1c74bdc430bd1f4ff0849c6240bcba892c4a189
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);
    }
}