lss
2022-06-27 ea285ffe71284f5499e870f89c65b710d2d6a79c
1
2
3
4
5
6
7
8
9
10
using System;
namespace HDL_ON.Entity
{
    public class AirSwitch
    {
        public AirSwitch()
        {
        }
    }
}