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