namespace JiShe.CollectBus.Common.Interfaces { public interface IReceived { string ReceivedTime { get; set; } } }