| | |
| | | <!-- |
| | | WARNING - @mbg.generated |
| | | --> |
| | | <id column="SC_Id" property="scId" jdbcType="INTEGER" /> |
| | | <result column="SC_Name" property="scName" jdbcType="VARCHAR" /> |
| | | <result column="SC_Tag" property="scTag" jdbcType="VARCHAR" /> |
| | | <id column="SC_Id" jdbcType="INTEGER" property="scId" /> |
| | | <result column="SC_Name" jdbcType="VARCHAR" property="scName" /> |
| | | <result column="SC_Tag" jdbcType="VARCHAR" property="scTag" /> |
| | | <result column="SC_Index" jdbcType="INTEGER" property="scIndex" /> |
| | | </resultMap> |
| | | <sql id="Base_Column_List" > |
| | | <!-- |
| | | WARNING - @mbg.generated |
| | | --> |
| | | SC_Id, SC_Name, SC_Tag |
| | | SC_Id, SC_Name, SC_Tag, SC_Index |
| | | </sql> |
| | | </mapper> |