wxr
2023-07-20 ee736e5d594e973e63e85647caa03cf635c8867f
1
2
3
4
5
6
7
8
9
10
using System;
namespace HDL_ON.Entity
{
    public class AirSwitch
    {
        public AirSwitch()
        {
        }
    }
}