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