wei
2021-11-04 0b3b44ed26ce26ac5852374f7c7e459e7dbdf1c3
1
2
3
4
5
6
7
8
9
10
using System;
namespace HDL_ON.Entity
{
    public class AirSwitch
    {
        public AirSwitch()
        {
        }
    }
}