Commit 25a33de1 authored by fangxinjiang's avatar fangxinjiang

BUG修复

parent e75275bd
...@@ -83,7 +83,7 @@ public class BaseEntity implements Serializable { ...@@ -83,7 +83,7 @@ public class BaseEntity implements Serializable {
*/ */
@TableField(exist = false) @TableField(exist = false)
@ExcelIgnore @ExcelIgnore
@JsonIgnore //@JsonIgnore
private String menuInfo; private String menuInfo;
/** /**
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
<groupId>com.yifu.cloud.plus.v1</groupId> <groupId>com.yifu.cloud.plus.v1</groupId>
<artifactId>yifu</artifactId> <artifactId>yifu</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent> </parent>
<artifactId>yifu-mail-api</artifactId> <artifactId>yifu-mail-api</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment