using HStation.Dto; using Yw.CAL; namespace HStation.CAL { /// /// 水池系数 /// public interface IAssetsTankFactor : IBaseCAL, IUpdateSorter { } }