20230206_new_materil_emb/上位机/XCLPTInternalTesting/Data.cs

20 lines
487 B
C#
Raw Normal View History

2023-08-03 01:23:26 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace XCLPTInternalTesting
{
public class Data
{
public float OneLine { get; set; }
public float TwoLine { get; set; }
public float ThreeLine { get; set; }
public float ForeLine { get; set; }
public float FiveLine { get; set; }
public float Hum { get; set; }
public float Tem { get; set; }
}
}