You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
326 B

using System.ComponentModel;
namespace GPSBusiness.Enum
{
/// <summary>
/// 1 博实结KM02-2线
/// </summary>
public enum TerminalTypeEnum
{
/// <summary>
/// 博实结KG_M08四线
/// </summary>
[Description("博实结KG_M08四线")]
BSJKGM_08 = 1,
}
}