using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Hotline.Share { public class QueryFixedDto { /// <summary> /// 查询批次 /// </summary> public int QueryIndex { get; set; } } }