using Yw.DAL; namespace HStation.DAL { /// /// 水池产品 /// public interface IAssetsTankPartMain :IBaseDAL , IUpdateCode, IUpdateSorter { } }