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

diff --git a/jnpf-lims/jnpf-lims-entity/src/main/java/jnpf/entity/ProductclassifyEntity.java b/jnpf-lims/jnpf-lims-entity/src/main/java/jnpf/entity/ProductclassifyEntity.java
new file mode 100644
index 0000000..9aad104
--- /dev/null
+++ b/jnpf-lims/jnpf-lims-entity/src/main/java/jnpf/entity/ProductclassifyEntity.java
@@ -0,0 +1,32 @@
+package jnpf.entity;
+
+import jnpf.base.entity.SuperEntity;
+import com.baomidou.mybatisplus.annotation.TableField;
+import com.baomidou.mybatisplus.annotation.TableName;
+import lombok.Data;
+
+/**
+ * 浜у搧鍒嗙被
+ *
+ * @鐗堟湰锛� V3.1.0
+ * @鐗堟潈锛� 寮曡繄淇℃伅鎶�鏈湁闄愬叕鍙革紙https://www.jnpfsoft.com锛�
+ * @浣滆�咃細 JNPF寮�鍙戝钩鍙扮粍
+ * @鏃ユ湡锛� 2021-07-10 14:34:04
+ */
+@Data
+@TableName("ext_product_classify")
+public class ProductclassifyEntity extends SuperEntity<String> {
+
+    /**
+     * 涓婄骇
+     */
+    @TableField("F_PARENT_ID")
+    private String parentId;
+
+    /**
+     * 鍚嶇О
+     */
+    @TableField("F_FULL_NAME")
+    private String fullName;
+
+}

--
Gitblit v1.8.0