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