wxr
2022-09-20 76f93f093282d72e97894132277d3412b6bf8bea
1
2
3
4
5
6
7
8
9
10
using System;
namespace HDL_ON.Entity
{
    public class AirSwitch
    {
        public AirSwitch()
        {
        }
    }
}