duheng
2024-07-23 14e8d0036e5f194d034c889ebbe458321ff59c10
1
2
3
4
5
6
7
8
9
10
11
using Yw.DAL;
 
namespace HStation.DAL
{
    /// <summary>
    ///
    /// </summary>
    public interface ILoginUserMain : IBaseDAL<Entity.LoginUserMain>
    {
    }
}