duheng
2024-10-25 03503e387f4d0f4c47b061b4cc1eeb2482ebaf33
1
2
3
4
5
6
7
8
9
10
11
using Yw.DAL;
 
namespace HStation.DAL
{
    /// <summary>
    ///
    /// </summary>
    public interface IXhsProjectItemModelMap : IBaseDAL<Entity.XhsProjectItemModelMap>, IUpdateUseStatus
    {
    }
}