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