| | |
| | | @TableField("term_method_code") |
| | | private String termMethodCode; |
| | | |
| | | @ApiModelProperty(value = "检测方法") |
| | | @TableField("term_method") |
| | | private String termMethod; |
| | | |
| | | @ApiModelProperty(value = "收样要求") |
| | | @TableField("sample_require") |
| | | private String sampleRequire; |
| | |
| | | <result column="term_name" property="termName" /> |
| | | <result column="term_type" property="termType" /> |
| | | <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" /> |
| | |
| | | |
| | | <!-- 通用查询结果列 --> |
| | | <sql id="Base_Column_List"> |
| | | id, test_id, term_code, term_name, term_type, term_method_code, 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, term_standard, term_instrument, term_reagent, term_step, term_result, status, create_time, update_time, create_by, update_by, disabled |
| | | </sql> |
| | | |
| | | </mapper> |