20250326 更新

This commit is contained in:
2025-03-26 16:55:39 +08:00
parent 9d4f07512a
commit b8b988e5a9
7 changed files with 23 additions and 132 deletions

View File

@@ -37,7 +37,7 @@
<result property="sampleConcentration" column="sample_concentration" jdbcType="VARCHAR"/>
<result property="compoundName" column="compound_name" jdbcType="VARCHAR"/>
<result property="rtTimeWithinError" column="rt_time_within_error" jdbcType="VARCHAR"/>
<result property="rtTimeError" column="rt_time_error" jdbcType="DOUBLE"/>
<result property="rtTimeError" column="rt_time_error" jdbcType="DECIMAL"/>
<result property="targetRtTime" column="target_rt_time" jdbcType="DOUBLE"/>
<result property="stdRtTime" column="std_rt_time" jdbcType="DOUBLE"/>
<result property="isDetected" column="is_detected" jdbcType="INTEGER"/>