wxr
2021-01-28 48c07e0a371f67b97abc7c2e61d7f23d060324fc
1
2
3
4
5
6
7
8
9
10
using System;
namespace HDL_ON.Entity
{
    public class AirCleaner : Function
    {
        public AirCleaner()
        {
        }
    }
}