通信组可编辑
This commit is contained in:
@@ -107,6 +107,21 @@
|
||||
}
|
||||
}
|
||||
|
||||
private string stationName;
|
||||
|
||||
public string StationName
|
||||
{
|
||||
get { return stationName; }
|
||||
set
|
||||
{
|
||||
if (stationName == value)
|
||||
{
|
||||
return;
|
||||
}
|
||||
stationName = value;
|
||||
}
|
||||
}
|
||||
|
||||
private string _remark;
|
||||
/// <summary>
|
||||
/// 备注
|
||||
|
||||
Reference in New Issue
Block a user