| | |
| | | */ |
| | | @ApiModelProperty(value = "检查结果") |
| | | private String results; |
| | | private String url; |
| | | |
| | | |
| | | } |
| | |
| | | <result column="reviewTime" property="reviewtime"/> |
| | | <result column="insid" property="insid"/> |
| | | <result column="results" property="results"/> |
| | | <result column="url" property="url"/> |
| | | </resultMap> |
| | | |
| | | |
| | |
| | | */ |
| | | @ApiModelProperty(value = "检查结果") |
| | | private String examinationType; |
| | | private String url; |
| | | |
| | | |
| | | } |
| | |
| | | <result column="reviewTime" property="reviewtime"/> |
| | | <result column="insid" property="insid"/> |
| | | <result column="examination_type" property="examinationType"/> |
| | | <result column="url" property="url"/> |
| | | </resultMap> |
| | | |
| | | |