| | |
| | | <result column="term_method_code" property="termMethodCode" /> |
| | | <result column="term_method" property="termMethod" /> |
| | | <result column="sample_require" property="sampleRequire" /> |
| | | <result column="term_standard" property="termStandard" /> |
| | | <result column="term_instrument" property="termInstrument" /> |
| | | <result column="term_reagent" property="termReagent" /> |
| | | <result column="term_step" property="termStep" /> |
| | | <result column="term_result" property="termResult" /> |
| | | <result column="status" property="status" /> |
| | | <result column="create_time" property="createTime" /> |
| | | <result column="update_time" property="updateTime" /> |
| | |
| | | |
| | | <!-- 通用查询结果列 --> |
| | | <sql id="Base_Column_List"> |
| | | id, test_id, term_code, term_name, term_type, term_method_code,term_method, sample_require, term_standard, term_instrument, term_reagent, term_step, term_result, status, create_time, update_time, create_by, update_by, disabled |
| | | id, test_id, term_code, term_name, term_type, term_method_code,term_method, sample_require, status, create_time, update_time, create_by, update_by, disabled |
| | | </sql> |
| | | |
| | | </mapper> |