duheng
2024-08-19 eaff2518ab6159c360ec2a865b45002b26fdc4cd
1
2
3
4
5
6
7
8
9
10
11
using Yw.DAL;
 
namespace HStation.DAL
{
    /// <summary>
    ///
    /// </summary>
    public interface IXhsProjectItem : IBaseDAL<Entity.XhsProjectItem>, IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateSorter, IUpdateUseStatus
    {
    }
}