namespace Yw.WinFrmUI.Bimface
{
///
/// 引线标签
///
public class LeadLabel
{
///
/// id
///
[JsonProperty("id", NullValueHandling = NullValueHandling.Ignore)]
public string Id { get; set; }
///
/// 文本
///
[JsonProperty("text", NullValueHandling = NullValueHandling.Ignore)]
public string Text { get; set; }
}
}