2022-03-21 14:48:26 +08:00
|
|
|
using System;
|
2021-11-23 15:51:37 +08:00
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Text;
|
|
|
|
|
|
|
|
|
|
namespace HZH_Controls.Controls
|
|
|
|
|
{
|
|
|
|
|
public class RadarPosition
|
|
|
|
|
{
|
|
|
|
|
public string Text { get; set; }
|
|
|
|
|
public double MaxValue { get; set; }
|
|
|
|
|
}
|
|
|
|
|
}
|