20211010_CZPM_upperpc/垂直剖面浮标临时测试软件v1.7/垂直剖面浮标临时测试软件/Model/Lattarget_sensor_adcp300Model.cs

20 lines
487 B
C#
Raw Permalink Normal View History

2023-07-27 03:01:29 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace .Model
{
public class Lattarget_sensor_adcp300Model
{
public DateTime datetime { get; set; }
//压力
public int Adcp_Pre { get; set; } = 0;
//压缩比
public int Adcp_Ysb { get; set; } = 0;
//流速流向
public string Adcp_VD { get; set; } = "";
}
}