20211010_CZPM_upperpc/垂直剖面浮标临时测试软件v1.7/垂直剖面浮标临时测试软件/Model/Buoy_sensor_attitudeModel.cs
2023-07-27 11:01:29 +08:00

14 lines
290 B
C#

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; } = "";
}
}