HJGL_DS/HJGL_DS/Model/APIItem/LocationItem.cs

24 lines
315 B
C#

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; }
/**
* 名称
*/
}
}