using Yw.DAL; namespace HStation.DAL { /// /// 阀门型号产品映射 /// public interface IAssetsValveMainAndPartMapping :IBaseDAL { } }