Files
aida_back/src/main/resources/mapper/PythonTAllInfoMapper.xml
2023-09-12 09:51:12 +08:00

40 lines
2.2 KiB
XML

<?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.ai.da.mapper.PythonTAllInfoMapper">
<resultMap type="com.ai.da.mapper.entity.PythonTAllInfo" id="PythonTAllInfoMap">
<id column="id" property="id"/>
<result property="imagePath" column="image_path"/>
<result property="imageCategory" column="image_category"/>
<result property="necklineLeft" column="neckline_left"/>
<result property="necklineRight" column="neckline_right"/>
<result property="centerFront" column="center_front"/>
<result property="shoulderLeft" column="shoulder_left"/>
<result property="shoulderRight" column="shoulder_right"/>
<result property="armpitLeft" column="armpit_left"/>
<result property="armpitRight" column="armpit_right"/>
<result property="waistlineLeft" column="waistline_left"/>
<result property="waistlineRight" column="waistline_right"/>
<result property="cuffLeftIn" column="cuff_left_in"/>
<result property="cuffLeftOut" column="cuff_left_out"/>
<result property="cuffRightIn" column="cuff_right_in"/>
<result property="cuffRightOut" column="cuff_right_out"/>
<result property="topHemLeft" column="top_hem_left"/>
<result property="topHemRight" column="top_hem_right"/>
<result property="waistbandLeft" column="waistband_left"/>
<result property="waistbandRight" column="waistband_right"/>
<result property="hemlineLeft" column="hemline_left"/>
<result property="hemlineRight" column="hemline_right"/>
<result property="crotch" column="crotch"/>
<result property="bottomLeftIn" column="bottom_left_in"/>
<result property="bottomLeftOut" column="bottom_left_out"/>
<result property="bottomRightIn" column="bottom_right_in"/>
<result property="bottomRightOut" column="bottom_right_out"/>
<result property="md5" column="md5"/>
<result property="maskPath" column="mask_path"/>
<result property="segResultPath" column="seg_result_path"/>
</resultMap>
</mapper>