生成接口
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE mapper
|
||||
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.klp.mapper.WmsRawMaterialMapper">
|
||||
|
||||
<resultMap type="com.klp.domain.WmsRawMaterial" id="WmsRawMaterialResult">
|
||||
<result property="rawMaterialId" column="raw_material_id"/>
|
||||
<result property="rawMaterialCode" column="raw_material_code"/>
|
||||
<result property="rawMaterialName" column="raw_material_name"/>
|
||||
<result property="steelGrade" column="steel_grade"/>
|
||||
<result property="targetColdGrade" column="target_cold_grade"/>
|
||||
<result property="baseMaterialId" column="base_material_id"/>
|
||||
<result property="surfaceTreatmentId" column="surface_treatment_id"/>
|
||||
<result property="thickness" column="thickness"/>
|
||||
<result property="thicknessDeviation" column="thickness_deviation"/>
|
||||
<result property="width" column="width"/>
|
||||
<result property="targetColdWidth" column="target_cold_width"/>
|
||||
<result property="targetColdThickness" column="target_cold_thickness"/>
|
||||
<result property="crown" column="crown"/>
|
||||
<result property="coilWeight" column="coil_weight"/>
|
||||
<result property="surfaceQuality" column="surface_quality"/>
|
||||
<result property="hardnessHv5" column="hardness_hv5"/>
|
||||
<result property="hardnessDiff" column="hardness_diff"/>
|
||||
<result property="compositionMn" column="composition_mn"/>
|
||||
<result property="compositionP" column="composition_p"/>
|
||||
<result property="grainSize" column="grain_size"/>
|
||||
<result property="headTailCutFlag" column="head_tail_cut_flag"/>
|
||||
<result property="inspectionResult" column="inspection_result"/>
|
||||
<result property="isEnabled" column="is_enabled"/>
|
||||
<result property="delFlag" column="del_flag"/>
|
||||
<result property="remark" column="remark"/>
|
||||
<result property="createTime" column="create_time"/>
|
||||
<result property="createBy" column="create_by"/>
|
||||
<result property="updateTime" column="update_time"/>
|
||||
<result property="updateBy" column="update_by"/>
|
||||
</resultMap>
|
||||
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user