| | |
| | | |
| | | <!-- 通用查询映射结果 --> |
| | | <resultMap id="BaseResultMap" type="com.zy.asrs.entity.RowLastno"> |
| | | <id column="whs_type" property="whsType" /> |
| | | <result column="wrk_mk" property="wrkMk" /> |
| | | <result column="current_row" property="currentRow" /> |
| | | <result column="s_row" property="sRow" /> |
| | | <result column="e_row" property="eRow" /> |
| | | <result column="crn_qty" property="crnQty" /> |
| | | <result column="memo" property="memo" /> |
| | | <result column="modi_user" property="modiUser" /> |
| | | <result column="modi_time" property="modiTime" /> |
| | | <result column="appe_user" property="appeUser" /> |
| | | <result column="appe_time" property="appeTime" /> |
| | | <result column="limint_loc" property="limintLoc" /> |
| | | <id column="WHS_TYPE" property="whsType" /> |
| | | <result column="WRK_MK" property="wrkMk" /> |
| | | <result column="CURRENT_ROW" property="currentRow" /> |
| | | <result column="S_ROW" property="sRow" /> |
| | | <result column="E_ROW" property="eRow" /> |
| | | <result column="CRN_QTY" property="crnQty" /> |
| | | <result column="MEMO" property="memo" /> |
| | | <result column="APPE_USER" property="appeUser" /> |
| | | <result column="APPE_TIME" property="appeTime" /> |
| | | <result column="MODI_USER" property="modiUser" /> |
| | | <result column="MODI_TIME" property="modiTime" /> |
| | | <result column="LIMINT_LOC" property="limintLoc" /> |
| | | |
| | | </resultMap> |
| | | |