JLChen
2021-11-16 b8d7b4fa382f7c779fb9e81a9f049d94a9083fa3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
using System;
using System.Collections.Generic;
 
namespace HDL_ON.Entity
{
    public class Fan
    {
        public Fan()
        {
        }
 
 
    }
}