using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace AutomaticApp.TestModels { public class ADCPDetails { /// /// 海流计详细信息输出 /// public string Name { get; set; } public string OrderNum { get; set; } } }