|  |  |  | 
|---|
|  |  |  | <!-- 通用查询映射结果 --> | 
|---|
|  |  |  | <resultMap id="BaseResultMap" type="com.moral.api.entity.SysDictData"> | 
|---|
|  |  |  | <id column="id" property="id" /> | 
|---|
|  |  |  | <result column="parent_id" property="parentId" /> | 
|---|
|  |  |  | <result column="dict_type_id" property="dictTypeId" /> | 
|---|
|  |  |  | <result column="dataKey" property="dataKey" /> | 
|---|
|  |  |  | <result column="dataValue" property="dataValue" /> | 
|---|
|  |  |  | <result column="sort" property="sort" /> | 
|---|
|  |  |  | <result column="create_time" property="createTime" /> | 
|---|
|  |  |  | <result column="update_time" property="updateTime" /> | 
|---|
|  |  |  | <result column="is_delete" property="isDelete" /> | 
|---|