Queue
老邱 authored at 2016-12-20 11:46:24
215.00 B
X
using System;

namespace NewLife.Queue.Protocols.CenterServers.Requests
{
    [Serializable]
    public class GetTopicAccumulateInfoListRequest
    {
        public long AccumulateThreshold { get; set; }
    }
}