wjc
2022-01-19 07b0239f824ddb5a0cadf93f20ff6247f72baca2
1
2
3
4
5
6
7
8
9
10
using System;
namespace HDL_ON.Entity
{
    public class AirSwitch
    {
        public AirSwitch()
        {
        }
    }
}