From 17c00b467d3b495ef37ef9c83a7422fc400b8f6d Mon Sep 17 00:00:00 2001
From: xyc <jc_xiong@hotmail.com>
Date: 星期五, 16 八月 2024 16:02:26 +0800
Subject: [PATCH] 解析模型时,将二项分布参数保持到数据库(表model_node_algorithm)。

---
 modules/mainPart/src/main/java/com/zt/life/modules/mainPart/basicInfo/model/ProductImg.java |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/modules/mainPart/src/main/java/com/zt/life/modules/mainPart/basicInfo/model/ProductImg.java b/modules/mainPart/src/main/java/com/zt/life/modules/mainPart/basicInfo/model/ProductImg.java
index 9783872..576e0bf 100644
--- a/modules/mainPart/src/main/java/com/zt/life/modules/mainPart/basicInfo/model/ProductImg.java
+++ b/modules/mainPart/src/main/java/com/zt/life/modules/mainPart/basicInfo/model/ProductImg.java
@@ -76,4 +76,10 @@
 	@ApiModelProperty(value = "鎴愬姛鐜�")
 	private Double successRate;
 
+	@ApiModelProperty(value = "浜岄」鍒嗗竷鎬绘鏁�")
+	private Integer binomialTotalNum;
+
+	@ApiModelProperty(value = "浜岄」鍒嗗竷鎴愬姛娆℃暟")
+	private Integer binomialSuccessNum;
+
 }

--
Gitblit v1.9.1