wxr
2021-09-01 2614964c9c3e0c8740e208d4d0606fa8a518b9c4
1
2
3
4
5
6
7
8
9
10
using System;
namespace HDL_ON.Entity
{
    public class AirSwitch
    {
        public AirSwitch()
        {
        }
    }
}