Newer
Older
casic-metering-biz-xichang / casic-metering-dao / src / main / resources / mapper / business / BizBusinessDeviceMeasureDataSParamMapper.xml
wangpeng on 21 Mar 2024 8 KB 小功率临时提交
<?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.casic.missiles.mapper.business.BizBusinessDeviceMeasureDataSParamMapper">

    <!-- 通用查询映射结果 -->
    <resultMap id="BaseResultMap" type="com.casic.missiles.model.business.BizBusinessDeviceMeasureDataSParam">
        <id column="id" property="id" />
        <result column="data_id" property="dataId" />
        <result column="data_type" property="dataType" />
        <result column="frequency" property="frequency" />
        <result column="frequency_unit" property="frequencyUnit" />
        <result column="output_power" property="outputPower" />
        <result column="output_power_unit" property="outputPowerUnit" />
        <result column="test_value_one" property="testValueOne" />
        <result column="other_value_one" property="otherValueOne" />
        <result column="test_value_two" property="testValueTwo" />
        <result column="other_value_two" property="otherValueTwo" />
        <result column="test_value_three" property="testValueThree" />
        <result column="other_value_three" property="otherValueThree" />
        <result column="test_value_four" property="testValueFour" />
        <result column="other_value_four" property="otherValueFour" />
        <result column="test_value_five" property="testValueFive" />
        <result column="other_value_five" property="otherValueFive" />
        <result column="test_value_six" property="testValueSix" />
        <result column="other_value_six" property="otherValueSix" />
        <result column="test_value_seven" property="testValueSeven" />
        <result column="other_value_seven" property="otherValueSeven" />
        <result column="test_value_eight" property="testValueEight" />
        <result column="other_value_eight" property="otherValueEight" />
        <result column="test_value_nine" property="testValueNine" />
        <result column="other_value_nine" property="otherValueNine" />
        <result column="test_value_ten" property="testValueTen" />
        <result column="other_value_ten" property="otherValueTen" />
        <result column="group_delay_unit" property="groupDelayUnit" />
        <result column="urel" property="urel" />
        <result column="gain_flatness" property="gainFlatness" />
        <result column="flatness_urel" property="flatnessUrel" />
        <result column="average_value" property="averageValue" />
        <result column="directivity_average_value" property="directivityAverageValue" />
        <result column="upper_frequency" property="upperFrequency" />
        <result column="upper_frequency_unit" property="upperFrequencyUnit" />
        <result column="lower_frequency" property="lowerFrequency" />
        <result column="lower_frequency_unit" property="lowerFrequencyUnit" />
        <result column="passband_upper_frequency" property="passbandUpperFrequency" />
        <result column="passband_lower_frequency" property="passbandLowerFrequency" />
        <result column="passband_width" property="passbandWidth" />
        <result column="passband_upper_frequency_two" property="passbandUpperFrequencyTwo" />
        <result column="passband_lower_frequency_two" property="passbandLowerFrequencyTwo" />
        <result column="passband_width_two" property="passbandWidthTwo" />
        <result column="min_loss" property="minLoss" />
        <result column="max_loss" property="maxLoss" />
        <result column="min_loss_urel" property="minLossUrel" />
        <result column="max_loss_urel" property="maxLossUrel" />
        <result column="output_power_flatness" property="outputPowerFlatness" />
        <result column="spectrum_level" property="spectrumLevel" />
        <result column="spectrum_level_unit" property="spectrumLevelUnit" />
        <result column="intermediate_frequency" property="intermediateFrequency" />
        <result column="intermediate_frequency_unit" property="intermediateFrequencyUnit" />
        <result column="resolution_bandwidth" property="resolutionBandwidth" />
        <result column="resolution_bandwidth_unit" property="resolutionBandwidthUnit" />
        <result column="fundamental_frequency" property="fundamentalFrequency" />
        <result column="fundamental_frequency_unit" property="fundamentalFrequencyUnit" />
        <result column="mixed_frequency" property="mixedFrequency" />
        <result column="mixed_frequency_unit" property="mixedFrequencyUnit" />
        <result column="fundamental_amplitude" property="fundamentalAmplitude" />
        <result column="fundamental_amplitude_unit" property="fundamentalAmplitudeUnit" />
        <result column="mixed_amplitude" property="mixedAmplitude" />
        <result column="mixed_amplitude_unit" property="mixedAmplitudeUnit" />
        <result column="spurious_suppression" property="spuriousSuppression" />
        <result column="amplitude" property="amplitude" />
        <result column="amplitude_unit" property="amplitudeUnit" />
        <result column="harmonic_number" property="harmonicNumber" />
        <result column="harmonic_amplitude" property="harmonicAmplitude" />
        <result column="harmonic_amplitude_unit" property="harmonicAmplitudeUnit" />
        <result column="harmonic_distortion" property="harmonicDistortion" />
        <result column="random_noise_correct_value" property="randomNoiseCorrectValue" />
        <result column="random_noise_correct_value_unit" property="randomNoiseCorrectValueUnit" />
        <result column="sideband_frequency" property="sidebandFrequency" />
        <result column="sideband_frequency_unit" property="sidebandFrequencyUnit" />
        <result column="carrier_level" property="carrierLevel" />
        <result column="sideband_level" property="sidebandLevel" />
        <result column="ssb_hase_noise" property="ssbHaseNoise" />
        <result column="type_value" property="typeValue" />
        <result column="vswr" property="vswr" />
        <result column="standard_value" property="standardValue" />
        <result column="standard_value_value" property="standardValueValue" />
        <result column="technical_index_symbol" property="technicalIndexSymbol" />
        <result column="technical_index" property="technicalIndex" />
        <result column="technical_index_unit" property="technicalIndexUnit" />
        <result column="error_value" property="errorValue" />
        <result column="exceed_mark" property="exceedMark" />
        <result column="create_time" property="createTime" />
        <result column="update_time" property="updateTime" />
    </resultMap>

    <!-- 通用查询结果列 -->
    <sql id="Base_Column_List">
        id, data_id, data_type, frequency, frequency_unit, output_power, output_power_unit, test_value_one, other_value_one, test_value_two, other_value_two, test_value_three, other_value_three, test_value_four, other_value_four, test_value_five, other_value_five, test_value_six, other_value_six, test_value_seven, other_value_seven, test_value_eight, other_value_eight, test_value_nine, other_value_nine, test_value_ten, other_value_ten, group_delay_unit, urel, gain_flatness, flatness_urel, average_value, directivity_average_value, upper_frequency, upper_frequency_unit, lower_frequency, lower_frequency_unit, passband_upper_frequency, passband_lower_frequency, passband_width, passband_upper_frequency_two, passband_lower_frequency_two, passband_width_two, min_loss, max_loss, min_loss_urel, max_loss_urel, output_power_flatness, spectrum_level, spectrum_level_unit, intermediate_frequency, intermediate_frequency_unit, resolution_bandwidth, resolution_bandwidth_unit, fundamental_frequency, fundamental_frequency_unit, mixed_frequency, mixed_frequency_unit, fundamental_amplitude, fundamental_amplitude_unit, mixed_amplitude, mixed_amplitude_unit, spurious_suppression, amplitude, amplitude_unit, harmonic_number, harmonic_amplitude, harmonic_amplitude_unit, harmonic_distortion, random_noise_correct_value, random_noise_correct_value_unit, sideband_frequency, sideband_frequency_unit, carrier_level, sideband_level, ssb_hase_noise, type_value, vswr, standard_value, standard_value_value, technical_index_symbol, technical_index, technical_index_unit, error_value, exceed_mark, create_time, update_time
    </sql>

</mapper>