duheng
2024-10-22 b0944e2f380a3d538e6cc740673ea49c67abfebf
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
    {
    }
}