Shuxia Ning
2024-10-09 eccc597eb5b29ce1a9982ebf31f0e1272d3db14f
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
    {
    }
}