using System; namespace HDL_ON.Entity { /// /// 设备功能 /// public class DeviceFunction : Function { public DeviceFunction() { } } }