JLChen
2021-02-05 1cc5270c3ec2f2fc7891fe1d71eddcbe9301c595
1
2
3
4
5
6
7
8
9
10
using System;
namespace HDL_ON.Entity
{
    public class AirCleaner : Function
    {
        public AirCleaner()
        {
        }
    }
}