wxr
2022-05-30 48dc77a381eb33b0057ad496c02577806d2b5b5c
1
2
3
4
5
6
7
8
9
10
11
using System;
namespace Shared
{
    [Serializable]
    public class GetSensorPushHistory
    {
        public GetSensorPushHistory ()
        {
        }
    }
}