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