wxr
2021-12-13 b5f1a194d354ba9b2587c59ae17cf38d0f7f9bac
1
2
3
4
5
6
7
8
9
10
using System;
namespace HDL_ON.Entity
{
    public class AirSwitch
    {
        public AirSwitch()
        {
        }
    }
}