通信组可编辑

This commit is contained in:
Administrator
2026-08-04 20:13:36 +08:00
parent a2ecbc795d
commit 11142481a8
3 changed files with 56 additions and 30 deletions
@@ -107,6 +107,21 @@
}
}
private string stationName;
public string StationName
{
get { return stationName; }
set
{
if (stationName == value)
{
return;
}
stationName = value;
}
}
private string _remark;
/// <summary>
/// 备注