duheng
2024-11-21 fced74f58759c8252108a7c8fdaaa86ac87b2004
1
2
3
4
5
6
7
8
9
10
11
12
13
using Yw.DAL; 
 
namespace HStation.DAL
{
    /// <summary>
    /// 
    ///</summary> 
    public interface IAssetsPackageSeriesManufacturerMapping :IBaseDAL<Entity.AssetsPackageSeriesManufacturerMapping> , IUpdateParas, IUpdateFlags, IUpdateTagName  
    {
 
    }
}