duheng
2024-12-19 56e4b8aab223072bef1e1749b8ee9e499dd04f83
1
2
3
4
5
6
7
8
9
10
11
12
13
using Yw.DAL; 
 
namespace HStation.DAL
{
    /// <summary>
    /// 阀门产品
    ///</summary> 
    public interface IAssetsValvePartMain :IBaseDAL<Entity.AssetsValvePartMain> , IUpdateCode, IUpdateSorter  
    {
 
    }
}