wxr
2020-01-18 4cc04639fbadde3a7f3b9875353df0d90fc09043
1
2
3
4
5
6
7
8
9
10
11
12
13
14
using System;
namespace HDL_ON.Entity
{
    public class AC
    {
        public AC()
        {
        }
 
        public string mode;
 
        public string fanSpeed;
    }
}