20250319 更新
1.补充字段
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
<result property="ionAbundanceRatioError" column="ion_abundance_ratio_error" jdbcType="DECIMAL"/>
|
||||
<result property="ionAbundanceRatioWithinError" column="ion_abundance_ratio_within_error" jdbcType="VARCHAR"/>
|
||||
<result property="fragmentRetTime" column="fragment_ret_time" jdbcType="DECIMAL"/>
|
||||
<result property="massToChargeRatio" column="mass_to_charge_ratio" jdbcType="DECIMAL"/>
|
||||
<result property="qualitativeIonPair" column="qualitative_ion_pair" jdbcType="VARCHAR"/>
|
||||
<result property="createBy" column="create_by" jdbcType="VARCHAR"/>
|
||||
<result property="createTime" column="create_time" jdbcType="TIMESTAMP"/>
|
||||
<result property="updateBy" column="update_by" jdbcType="VARCHAR"/>
|
||||
@@ -28,6 +30,8 @@
|
||||
exp.ion_abundance_ratio_error,
|
||||
exp.fragment_ret_time
|
||||
exp.ion_abundance_ratio_within_error,
|
||||
exp.mass_to_charge_ratio,
|
||||
exp.qualitative_ion_pair,
|
||||
exp.create_by,
|
||||
exp.create_time,
|
||||
exp.update_by,
|
||||
|
||||
Reference in New Issue
Block a user