duheng
2024-08-13 473c09c6fd3dd3c566e45b5ab8264d0c25cd4f0d
1
2
3
4
5
6
7
8
9
10
11
using Yw.DAL;
 
namespace HStation.DAL
{
    /// <summary>
    ///
    /// </summary>
    public interface IUserLoginMap : IBaseDAL<Entity.UserLoginMap>
    {
    }
}