using System; using System.Collections.Generic; namespace HDL_ON.Entity { public class Fan { public Fan() { } } }