duheng
2025-03-12 cec8d92bdca1da0b2eafe6eb3130f4bf6f03028b
1
2
3
4
5
6
7
8
9
10
11
12
using Yw.DAL;
 
namespace HStation.DAL
{
    /// <summary>
    /// 阀门型号产品映射
    ///</summary> 
    public interface IAssetsValveMainAndPartMapping : IBaseDAL<Entity.AssetsValveMainAndPartMapping>
    {
 
    }
}