From a22d860591efa32da8ed394f201e01ff0b619ca3 Mon Sep 17 00:00:00 2001
From: chenhj <1263187585@qq.com>
Date: 星期三, 25 三月 2026 13:51:14 +0800
Subject: [PATCH] feat(product): 添加产品模型有效期、备案凭证号和UID码字段

---
 src/main/resources/mapper/basic/ProductModelMapper.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/basic/ProductModelMapper.xml b/src/main/resources/mapper/basic/ProductModelMapper.xml
index 317f5d9..e4bbefa 100644
--- a/src/main/resources/mapper/basic/ProductModelMapper.xml
+++ b/src/main/resources/mapper/basic/ProductModelMapper.xml
@@ -13,6 +13,9 @@
         <result column="tenant_id" property="tenantId" />
         <result column="product_name" property="productName" />
         <result column="product_id" property="productId" />
+        <result column="validity_period" property="validityPeriod" />
+        <result column="filing_certificate_no" property="filingCertificateNo" />
+        <result column="uid_no" property="uidNo" />
     </resultMap>
     <select id="listPageProductModel" resultType="com.ruoyi.basic.pojo.ProductModel">
         select pm.*,p.product_name

--
Gitblit v1.9.3