SysDept 去除parentName字段

pull/221/head
programgsq 3 years ago committed by Gitee
parent fb35360f81
commit fb31904062
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -15,7 +15,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<result property="email" column="email" />
<result property="status" column="status" />
<result property="delFlag" column="del_flag" />
<result property="parentName" column="parent_name" />
<result property="createBy" column="create_by" />
<result property="createTime" column="create_time" />
<result property="updateBy" column="update_by" />

Loading…
Cancel
Save