namespace IStation.Dto { /// /// /// public class QueryPageListOfTimeRangeByCorpIDInput : QueryPageListOfTimeRangeInput { /// /// /// public long CorpID { get; set; } } }