From 27cf08e72fbff991712384ee7d5c509dc0ccc76f Mon Sep 17 00:00:00 2001 From: xyc <jc_xiong@hotmail.com> Date: 星期一, 19 八月 2024 15:37:43 +0800 Subject: [PATCH] 传给算法包的模型中,增加节点的名称,以方便调试。 --- modules/mainPart/src/main/java/com/zt/life/modules/mainPart/basicInfo/model/ProductImg.java | 9 +++++++++ 1 files changed, 9 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 a449a80..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 @@ -73,4 +73,13 @@ @TableField(exist = false) private String RepairMttcrOtherParams3; + @ApiModelProperty(value = "鎴愬姛鐜�") + private Double successRate; + + @ApiModelProperty(value = "浜岄」鍒嗗竷鎬绘鏁�") + private Integer binomialTotalNum; + + @ApiModelProperty(value = "浜岄」鍒嗗竷鎴愬姛娆℃暟") + private Integer binomialSuccessNum; + } -- Gitblit v1.9.1