using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Model
{
public class LocationItem
public string LocationValue { get; set; }
/**
* 代码
*/
public string LocationText { get; set; }
* 名称
}