From 12d84be70c42c5669ffc5db470ff54b71d093728 Mon Sep 17 00:00:00 2001 From: xyc <jc_xiong@hotmail.com> Date: 星期四, 26 九月 2024 10:28:15 +0800 Subject: [PATCH] 1)新增可靠性评定XML生成功能; 2)可靠性仿真评估与可靠性评定的算法包分开成2个包,启动脚本也相应地分开。 --- 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