using System.Numerics; namespace Edge.Core.Domain.FccStationInfo.Output { /// /// 新增/修改/删除站点基本信息结果 /// public class StationSetOutput { /// /// 保存结果 /// public bool Result { get; set; } /// /// 信息 /// public string Message { get; set; } } }