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