|
@@ -16,6 +16,7 @@
|
|
|
<result column="status" property="status" jdbcType="TINYINT" />
|
|
|
<result column="next_inspection_time" property="nextInspectionTime" jdbcType="TIMESTAMP" />
|
|
|
<result column="selfcheck_report_img" property="selfcheckReportImg" jdbcType="VARCHAR" />
|
|
|
+ <result column="selfcheck_date" property="selfcheckDate" jdbcType="TIMESTAMP" />
|
|
|
<result column="check_result_img" property="checkResultImg" jdbcType="VARCHAR" />
|
|
|
<result column="annual_inspection_img" property="annualInspectionImg" jdbcType="VARCHAR" />
|
|
|
<result column="step_status" property="stepStatus" jdbcType="INTEGER" />
|