duheng
2024-09-09 c04ea620c30dd8c54ece14b9f788684f0de5a0cc
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);
    }
}