自动生成配置文件和mapper xml

newBigdata
xiaoCJ 1 year ago
parent 650eb495a5
commit 51b3430912

@ -17,6 +17,7 @@
<result column="school_name" jdbcType="VARCHAR" property="schoolName" /> <result column="school_name" jdbcType="VARCHAR" property="schoolName" />
<result column="status" jdbcType="INTEGER" property="status" /> <result column="status" jdbcType="INTEGER" property="status" />
</resultMap> </resultMap>
<sql id="Example_Where_Clause"> <sql id="Example_Where_Clause">
<where> <where>
<foreach collection="oredCriteria" item="criteria" separator="or"> <foreach collection="oredCriteria" item="criteria" separator="or">

Loading…
Cancel
Save