From 82a62a94f3c50bac931000271edad6a239bb02bf Mon Sep 17 00:00:00 2001 From: sunhonglei Date: Mon, 30 Dec 2024 16:36:21 +0800 Subject: [PATCH] =?UTF-8?q?feat:entity=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 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Model/Entity/ApiEntity/AlgorithmResultEntity.cs b/Model/Entity/ApiEntity/AlgorithmResultEntity.cs index 6d906ec..d28c64a 100644 --- a/Model/Entity/ApiEntity/AlgorithmResultEntity.cs +++ b/Model/Entity/ApiEntity/AlgorithmResultEntity.cs @@ -203,6 +203,14 @@ namespace SparkClient.Model.Entity.ApiEntity public double GIRDLE_VALLEY_6 { get; set; } public double GIRDLE_VALLEY_7 { get; set; } public double GIRDLE_VALLEY_8 { get; set; } + public double GIRDLE_VALLEY_9 { get; set; } + public double GIRDLE_VALLEY_10 { get; set; } + public double GIRDLE_VALLEY_11 { get; set; } + public double GIRDLE_VALLEY_12 { get; set; } + public double GIRDLE_VALLEY_13 { get; set; } + public double GIRDLE_VALLEY_14 { get; set; } + public double GIRDLE_VALLEY_15 { get; set; } + public double GIRDLE_VALLEY_16 { get; set; } } public class StarDetail {