using Yw.DAL; namespace HStation.DAL { /// /// 阀门产品 /// public interface IAssetsValvePartMain :IBaseDAL , IUpdateCode, IUpdateSorter { } }