| | |
| | | |
| | | <!-- 通用查询映射结果 --> |
| | | <resultMap id="BaseResultMap" type="com.zy.system.entity.Permission"> |
| | | <id column="id" property="id" /> |
| | | <result column="name" property="name" /> |
| | | <result column="action" property="action" /> |
| | | <result column="resource_id" property="resourceId" /> |
| | | <result column="status" property="status" /> |
| | | <id column="ID" property="id" /> |
| | | <result column="NAME" property="name" /> |
| | | <result column="ACTION" property="action" /> |
| | | <result column="RESOURCE_ID" property="resourceId" /> |
| | | <result column="STATUS" property="status" /> |
| | | |
| | | </resultMap> |
| | | |