From f5ad593a713c4a05bc365a45334560bf525928f0 Mon Sep 17 00:00:00 2001 From: handefeng <1030428966@qq.com> Date: Wed, 15 Jan 2025 15:17:09 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=E9=92=BB=E7=9F=B3=E9=87=8D=E9=87=8F?= =?UTF-8?q?=E5=85=AC=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Model/Entity/ApiEntity/AlgorithmResultEntity.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Model/Entity/ApiEntity/AlgorithmResultEntity.cs b/Model/Entity/ApiEntity/AlgorithmResultEntity.cs index d28c64a..f87e1d8 100644 --- a/Model/Entity/ApiEntity/AlgorithmResultEntity.cs +++ b/Model/Entity/ApiEntity/AlgorithmResultEntity.cs @@ -19,6 +19,7 @@ namespace SparkClient.Model.Entity.ApiEntity public class Measurements { + public double VOLUME { get; set; } public double DIAMETER { get; set; } public double DIAMETER_DEV { get; set; } public double M1 { get; set; }