Shuxia Ning
2024-10-15 a8e54743e599fa42d627cc97ab1468937e719c04
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>
    {
    }
}