From 4f45f29e6b53f4c01b414409c5000ff4e212b3d9 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期五, 05 六月 2026 13:36:54 +0800
Subject: [PATCH] 增加eip
---
report-server/src/main/java/com/ruoyi/report/vo/SampleProgressVo.java | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 57 insertions(+), 0 deletions(-)
diff --git a/report-server/src/main/java/com/ruoyi/report/vo/SampleProgressVo.java b/report-server/src/main/java/com/ruoyi/report/vo/SampleProgressVo.java
new file mode 100644
index 0000000..abd33c4
--- /dev/null
+++ b/report-server/src/main/java/com/ruoyi/report/vo/SampleProgressVo.java
@@ -0,0 +1,57 @@
+package com.ruoyi.report.vo;
+
+import io.swagger.annotations.ApiModelProperty;
+import lombok.Data;
+
+/**
+ * 鏍峰搧杩涘害VO
+ */
+@Data
+public class SampleProgressVo {
+
+ @ApiModelProperty("鏍峰搧ID")
+ private Long sampleId;
+
+ @ApiModelProperty("濮旀墭缂栧彿")
+ private String entrustCode;
+
+ @ApiModelProperty("鏍峰搧缂栧彿")
+ private String sampleCode;
+
+ @ApiModelProperty("鏍峰搧鍚嶇О")
+ private String sampleName;
+
+ @ApiModelProperty("鎶ュ憡缂栧彿")
+ private String reportCode;
+
+ @ApiModelProperty("妫�娴嬬姸鎬�(0寰呮/1妫�楠屼腑/2宸叉楠�/3寰呭鏍�/4瀹℃牳鏈�氳繃/5瀹℃牳閫氳繃)")
+ private Integer insState;
+
+ @ApiModelProperty("妫�娴嬬姸鎬佸悕绉�")
+ private String insStateName;
+
+ @ApiModelProperty("杩涘害鐧惧垎姣�")
+ private Double progressPercent;
+
+ @ApiModelProperty("宸插畬鎴愰」鐩暟")
+ private Integer finishedItems;
+
+ @ApiModelProperty("鎬婚」鐩暟")
+ private Integer totalItems;
+
+ @ApiModelProperty("璁″垝瀹屾垚鏃堕棿")
+ private String planFinishTime;
+
+ @ApiModelProperty("瀹為檯瀹屾垚鏃堕棿")
+ private String actualFinishTime;
+
+ @ApiModelProperty("璐熻矗浜�")
+ private String chargeUser;
+
+ @ApiModelProperty("瀹㈡埛鍚嶇О")
+ private String custom;
+
+ @ApiModelProperty("鍒涘缓鏃堕棿")
+ private String createTime;
+
+}
\ No newline at end of file
--
Gitblit v1.9.3