From 4f3a98f19143865cdc1de4791e8a95d96bd40c65 Mon Sep 17 00:00:00 2001 From: maven <2163098428@qq.com> Date: 星期五, 01 八月 2025 13:27:59 +0800 Subject: [PATCH] yys 密码已重置 --- cnas-require/src/main/resources/mapper/FeLightningProtectionMapper.xml | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/cnas-require/src/main/resources/mapper/FeLightningProtectionMapper.xml b/cnas-require/src/main/resources/mapper/FeLightningProtectionMapper.xml new file mode 100644 index 0000000..4d3096d --- /dev/null +++ b/cnas-require/src/main/resources/mapper/FeLightningProtectionMapper.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> +<mapper namespace="com.ruoyi.require.mapper.FeLightningProtectionMapper"> + + <!-- 閫氱敤鏌ヨ鏄犲皠缁撴灉 --> + <resultMap id="BaseResultMap" type="com.ruoyi.require.pojo.FeLightningProtection"> + <id column="lightning_protection_id" property="lightningProtectionId" /> + <result column="file_name" property="fileName" /> + <result column="system_file_name" property="systemFileName" /> + <result column="detection_date" property="detectionDate" /> + <result column="term_validity" property="termValidity" /> + <result column="detection_unit" property="detectionUnit" /> + <result column="create_time" property="createTime" /> + <result column="update_time" property="updateTime" /> + </resultMap> + + <select id="exportOfLightningProtectionDetection" resultType="com.ruoyi.require.excel.FeLightningProtectionExcel"> + select * from cnas_fe_lightning_protection + </select> +</mapper> -- Gitblit v1.9.3