|
@@ -0,0 +1,28 @@
|
|
|
+<?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.huimv.admin.mapper.ProdProductionMapper">
|
|
|
+
|
|
|
+ <!-- 通用查询映射结果 -->
|
|
|
+ <resultMap id="BaseResultMap" type="com.huimv.admin.entity.ProdProduction">
|
|
|
+ <id column="id" property="id" />
|
|
|
+ <result column="CFCHL" property="cfchl" />
|
|
|
+ <result column="BYCHL" property="bychl" />
|
|
|
+ <result column="FZCHL" property="fzchl" />
|
|
|
+ <result column="QRDPL" property="qrdpl" />
|
|
|
+ <result column="PZFML" property="pzfml" />
|
|
|
+ <result column="PJWCZS" property="pjwczs" />
|
|
|
+ <result column="PJWCHZS" property="pjwchzs" />
|
|
|
+ <result column="PJWCZCZS" property="pjwczczs" />
|
|
|
+ <result column="WDNZZS" property="wdnzzs" />
|
|
|
+ <result column="PJWDNZ" property="pjwdnz" />
|
|
|
+ <result column="FCCTS" property="fccts" />
|
|
|
+ <result column="SCWS" property="scws" />
|
|
|
+ <result column="PSY" property="psy" />
|
|
|
+ <result column="creat_time" property="creatTime" />
|
|
|
+ <result column="farm_id" property="farmId" />
|
|
|
+ <result column="other1" property="other1" />
|
|
|
+ <result column="other2" property="other2" />
|
|
|
+ <result column="other3" property="other3" />
|
|
|
+ </resultMap>
|
|
|
+
|
|
|
+</mapper>
|