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/TableExampleListDTO.java |   81 ++++++++++++++++++++++++++++++++++++++++
 1 files changed, 81 insertions(+), 0 deletions(-)

diff --git a/jnpf-lims/jnpf-lims-entity/src/main/java/jnpf/model/tableexample/TableExampleListDTO.java b/jnpf-lims/jnpf-lims-entity/src/main/java/jnpf/model/tableexample/TableExampleListDTO.java
new file mode 100644
index 0000000..28d2330
--- /dev/null
+++ b/jnpf-lims/jnpf-lims-entity/src/main/java/jnpf/model/tableexample/TableExampleListDTO.java
@@ -0,0 +1,81 @@
+package jnpf.model.tableexample;
+import io.swagger.v3.oas.annotations.media.Schema;
+import lombok.Data;
+
+import java.util.Date;
+
+@Data
+public class TableExampleListDTO {
+
+    @Schema(description ="璐熻矗浜�")
+    private String principal;
+
+    @Schema(description ="浜や簰鏃ユ湡")
+    private Date interactionDate;
+
+    @Schema(description ="绔嬮《浜�")
+    private String jackStands;
+
+    @Schema(description ="椤圭洰缂栫爜")
+    private String projectCode;
+
+    @Schema(description ="椤圭洰闃舵")
+    private String projectPhase;
+
+    @Schema(description ="宸茬敤閲戦")
+    private Long tunesAmount;
+
+    @Schema(description ="椤圭洰绫诲瀷")
+    private String projectType;
+
+    @Schema(description ="璐圭敤閲戦")
+    private Long costAmount;
+
+    @Schema(description ="棰勮鏀跺叆")
+    private Long projectedIncome;
+
+    @Schema(description ="澶囨敞")
+    private String description;
+
+    @Schema(description ="椤圭洰鍚嶇О")
+    private String projectName;
+
+    @Schema(description ="瀹㈡埛鍚嶇О")
+    private String customerName;
+
+
+
+
+    @Schema(description ="鎵规敞鎬绘暟")
+    private String postilCount;
+
+    @Schema(description ="鎵规敞鍒楄〃Json")
+    private String postilJson;
+
+    @Schema(description ="缂栬緫鏃堕棿")
+    private Date lastModifyTime;
+
+    @Schema(description ="缂栬緫鐢ㄦ埛")
+    private String lastModifyUserId;
+
+
+
+    @Schema(description ="鏍囪")
+    private String sign;
+
+    @Schema(description ="鐧昏浜�")
+    private String registrant;
+
+    @Schema(description ="鐧昏鏃堕棿")
+    private Date registerDate;
+
+    @Schema(description ="鑷劧涓婚敭")
+    private String id;
+
+    @Schema(description ="鎺掑簭鐮�")
+    private String sortCode;
+
+    @Schema(description ="鏈夋晥鏍囧織")
+    private Integer enabledMark;
+
+}

--
Gitblit v1.8.0