| | |
| | | <result column="sort" property="sort"/> |
| | | <result column="remark" property="remark"/> |
| | | <result column="is_deleted" property="isDeleted"/> |
| | | <result column="ad_code" property="adCode"/> |
| | | </resultMap> |
| | | |
| | | <resultMap id="deptVOResultMap" type="cn.gistack.system.vo.DeptVO"> |
| | |
| | | <result column="remark" property="remark"/> |
| | | <result column="is_deleted" property="isDeleted"/> |
| | | <result column="has_children" property="hasChildren"/> |
| | | <result column="ad_code" property="adCode"/> |
| | | </resultMap> |
| | | |
| | | <resultMap id="treeNodeResultMap" type="org.springblade.core.tool.node.TreeNode"> |