【7.6.0】【sys】修正实体映射

pull/57/head
fengshuonan 2023-06-18 10:20:15 +08:00
parent e739461968
commit 4a550503af
2 changed files with 2 additions and 1 deletions

View File

@ -129,6 +129,7 @@ public class HrOrganization extends BaseExpandFieldEntity implements AbstractTre
/**
*
*/
@TableField(exist = false)
@ChineseDescription("子节点的集合")
private List<HrOrganization> children;

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
<mapper namespace="cn.stylefeng.roses.kernel.system.modular.notice.mapper.SysNoticeMapper">
<mapper namespace="cn.stylefeng.roses.kernel.sys.modular.notice.mapper.SysNoticeMapper">
</mapper>