Shuxia Ning
2025-01-15 0ca8d5739a8074b92997c838f45a18a54c52c4b3
1
2
3
4
5
6
7
8
9
10
11
12
using Yw.DAL;
 
namespace HStation.DAL
{
    /// <summary>
    /// 过渡件系列
    ///</summary> 
    public interface IAssetsTranslationSeries : IBaseDAL<Entity.AssetsTranslationSeries>, IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateTreeSorter
    {
 
    }
}