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

14 lines
290 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 Buoy_sensor_attitudeModel
{
public string Attitude_sensor { get; set; } = "";
}
}