新疆后端项目

This commit is contained in:
DESKTOP-BLB5287\FP
2025-06-30 14:31:09 +08:00
commit 0e52aff1f1
2596 changed files with 261030 additions and 0 deletions
@@ -0,0 +1,29 @@
<?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.renkang.watch.mapper.WatchDataEcgMapper">
<resultMap id="BaseResultMap" type="com.renkang.watch.entity.WatchDataEcg">
<!--@mbg.generated-->
<!--@Table watch_data_ecg-->
<id column="id" jdbcType="VARCHAR" property="id" />
<result column="watch_no" jdbcType="VARCHAR" property="watchNo" />
<result column="data_date" jdbcType="DATE" property="dataDate" />
<result column="ecg_start_time" jdbcType="BIGINT" property="ecgStartTime" />
<result column="ecg_end_time" jdbcType="BIGINT" property="ecgEndTime" />
<result column="ecg_arrhy_avg_rate" jdbcType="INTEGER" property="ecgArrhyAvgRate" />
<result column="ecg_arrhy_type" jdbcType="INTEGER" property="ecgArrhyType" />
<result column="ecg_user_symptom" jdbcType="INTEGER" property="ecgUserSymptom" />
<result column="ecg_data_points" jdbcType="VARCHAR" property="ecgDataPoints" />
<result column="ecg_data_points_count" jdbcType="INTEGER" property="ecgDataPointsCount" />
<result column="ecg_arrhy_type_dict" jdbcType="VARCHAR" property="ecgArrhyTypeDict" />
<result column="ecg_user_symptom_dict" jdbcType="VARCHAR" property="ecgUserSymptomDict" />
<result column="sync_time" jdbcType="TIMESTAMP" property="syncTime" />
<result column="bind_user_id" jdbcType="VARCHAR" property="bindUserId" />
<result column="max_id" jdbcType="VARCHAR" property="maxId" />
</resultMap>
<sql id="Base_Column_List">
<!--@mbg.generated-->
id, watch_no, data_date, ecg_start_time, ecg_end_time, ecg_arrhy_avg_rate, ecg_arrhy_type,
ecg_user_symptom, ecg_data_points, ecg_data_points_count, ecg_arrhy_type_dict, ecg_user_symptom_dict,
sync_time, bind_user_id, max_id
</sql>
</mapper>