using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace PunkHPX8_RT.Devices.Reservoir { public class HSReservoirDevice : ReservoirDevice { /// /// 构造函数 /// /// public HSReservoirDevice(string moduleName) : base(moduleName) { } } }