wjc
2023-06-07 a4c4227dd1298cea607206ef874a66184ba76b76
1
2
3
4
5
6
7
8
9
10
using System;
namespace HDL_ON.Entity
{
    public class AirSwitch
    {
        public AirSwitch()
        {
        }
    }
}