duheng
2024-07-05 5aba1bf12cd27faa797e7f3d15e0f960bdc2a4b2
1
2
3
4
5
6
7
8
9
10
11
using Yw.DAL;
 
namespace HStation.DAL
{
    /// <summary>
    ///
    /// </summary>
    public interface IXhsProjectItemModel : IBaseDAL<Entity.XhsProjectItemModel>, IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateSorter, IUpdateUseStatus
    {
    }
}