| | |
| | | <!-- 通用查询映射结果 --> |
| | | <resultMap id="BaseResultMap" type="com.zy.asrs.entity.WrkMastLog"> |
| | | <id column="id" property="id" /> |
| | | <result column="task_type" property="taskType" /> |
| | | <result column="wrk_no" property="wrkNo" /> |
| | | <result column="inv_wh" property="invWh" /> |
| | | <result column="ymd" property="ymd" /> |
| | |
| | | <result column="error_memo" property="errorMemo" /> |
| | | <result column="ctn_kind" property="ctnKind" /> |
| | | <result column="manu_type" property="manuType" /> |
| | | <result column="memo_m" property="memoM" /> |
| | | <result column="memo" property="memo" /> |
| | | <result column="sc_weight" property="scWeight" /> |
| | | <result column="log_mk" property="logMk" /> |
| | | <result column="log_err_time" property="logErrTime" /> |