wxr
2021-09-02 f1532873e3029b2fb17cb84c1b9da1e2f66247c4
1
2
3
4
5
6
7
8
9
10
using System;
namespace HDL_ON.Entity
{
    public class AirSwitch
    {
        public AirSwitch()
        {
        }
    }
}