From 34981c30a78e8bbd7791131059a9210f9928b62c Mon Sep 17 00:00:00 2001
From: 刘光辉 <347230014@qq.com>
Date: 星期四, 17 九月 2026 09:24:09 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master' into master
---
jnpf-lims/jnpf-lims-entity/src/main/java/jnpf/model/tableexample/TableExampleListVO.java | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 57 insertions(+), 0 deletions(-)
diff --git a/jnpf-lims/jnpf-lims-entity/src/main/java/jnpf/model/tableexample/TableExampleListVO.java b/jnpf-lims/jnpf-lims-entity/src/main/java/jnpf/model/tableexample/TableExampleListVO.java
new file mode 100644
index 0000000..3ba26db
--- /dev/null
+++ b/jnpf-lims/jnpf-lims-entity/src/main/java/jnpf/model/tableexample/TableExampleListVO.java
@@ -0,0 +1,57 @@
+package jnpf.model.tableexample;
+import io.swagger.v3.oas.annotations.media.Schema;
+import lombok.Data;
+
+
+@Data
+public class TableExampleListVO {
+ @Schema(description ="涓婚敭")
+ private String id;
+
+ @Schema(description ="椤圭洰鍚嶇О")
+ private String projectName;
+
+ @Schema(description ="椤圭洰缂栫爜")
+ private String projectCode;
+
+ @Schema(description ="椤圭洰绫诲瀷")
+ private String projectType;
+
+ @Schema(description ="椤圭洰闃舵")
+ private String projectPhase;
+
+ @Schema(description ="瀹㈡埛鍚嶇О")
+ private String customerName;
+
+ @Schema(description ="璐熻矗浜�")
+ private String principal;
+
+ @Schema(description ="绔嬮《浜�")
+ private String jackStands;
+
+ @Schema(description ="浜や粯鏃ユ湡")
+ private long interactionDate;
+
+ @Schema(description ="璐圭敤閲戦",example = "1")
+ private Long costAmount;
+
+ @Schema(description ="宸茬敤閲戦",example = "1")
+ private Long tunesAmount;
+
+ @Schema(description ="棰勮鏀跺叆",example = "1")
+ private Long projectedIncome;
+
+ @Schema(description ="鐧昏浜�")
+ private String registrant;
+ @Schema(description ="鐧昏浜�")
+ private long registerDate;
+
+ @Schema(description ="澶囨敞")
+ private String description;
+
+ @Schema(description ="鎵规敞")
+ private String postilJson;
+ @Schema(description ="鏍囪")
+ private String sign;
+ private String postilCount;
+}
--
Gitblit v1.8.0