using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace LOC.Core
{
public class SearchConf
public int IdIndex { get; set; }
public int Count { get; set; }
}