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