wjc
2022-01-18 e7c4740cb2e4dec599a99c8823af5839acef084c
1
2
3
4
5
6
7
8
9
10
using System;
namespace HDL_ON.Entity
{
    public class AirSwitch
    {
        public AirSwitch()
        {
        }
    }
}