去除notetag生成的信息

This commit is contained in:
WangHao
2020-09-19 15:03:35 +08:00
parent c38d33772a
commit a2f293d97c
8 changed files with 2 additions and 419 deletions

View File

@ -10,7 +10,7 @@ import com.ruoyi.common.core.domain.BaseEntity;
/**
* 岗位表 sys_post
*
*
* @author ruoyi
*/
public class SysPost extends BaseEntity
@ -104,7 +104,7 @@ public class SysPost extends BaseEntity
{
this.flag = flag;
}
@Override
public String toString() {
return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE)