namespace LTEMvcApp.Models { /// /// 停止蜂窝网络命令 /// public class StopCellularNetworkCommand { /// /// 网络接口名称 /// public string Key { get; set; } = string.Empty; } }