JLChen
2020-07-10 7b43f0f5c5dca88576efc0bb51bf95b523de90c9
1
2
3
4
5
6
7
8
9
10
11
using System;
namespace Shared
{
    [Serializable]
    public class GetSensorPushHistory
    {
        public GetSensorPushHistory ()
        {
        }
    }
}