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/productentry/ProductEntryInfoVO.java | 33 +++++++++++++++++++++++++++++++++
1 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/jnpf-lims/jnpf-lims-entity/src/main/java/jnpf/model/productentry/ProductEntryInfoVO.java b/jnpf-lims/jnpf-lims-entity/src/main/java/jnpf/model/productentry/ProductEntryInfoVO.java
new file mode 100644
index 0000000..45d0a60
--- /dev/null
+++ b/jnpf-lims/jnpf-lims-entity/src/main/java/jnpf/model/productentry/ProductEntryInfoVO.java
@@ -0,0 +1,33 @@
+package jnpf.model.productentry;
+import io.swagger.v3.oas.annotations.media.Schema;
+import lombok.Data;
+
+/**
+ *
+ * Product妯″瀷
+ * @鐗堟湰锛� V3.1.0
+ * @鐗堟潈锛� 寮曡繄淇℃伅鎶�鏈湁闄愬叕鍙革紙https://www.jnpfsoft.com锛�
+ * @浣滆�咃細 JNPF寮�鍙戝钩鍙扮粍
+ * @鏃ユ湡锛� 2021-07-10 10:40:59
+ */
+@Data
+public class ProductEntryInfoVO {
+ @Schema(description ="浜у搧缂栧彿")
+ private String productCode;
+ @Schema(description ="浜у搧鍚嶇О")
+ private String productName;
+ @Schema(description ="浜у搧瑙勬牸")
+ private String productSpecification;
+ @Schema(description ="鏁伴噺")
+ private Long qty;
+ @Schema(description ="璁㈣揣绫诲瀷")
+ private String type;
+ @Schema(description ="鍗曚环")
+ private String money;
+ @Schema(description ="鎶樺悗鍗曚环")
+ private String price;
+ @Schema(description ="閲戦")
+ private String amount;
+ @Schema(description ="澶囨敞")
+ private String description;
+}
--
Gitblit v1.8.0