正在显示
3 个修改的文件
包含
2 行增加
和
5 行删除
| @@ -65,9 +65,6 @@ | @@ -65,9 +65,6 @@ | ||
| 65 | "vuex": "3.1.0" | 65 | "vuex": "3.1.0" |
| 66 | }, | 66 | }, |
| 67 | "devDependencies": { | 67 | "devDependencies": { |
| 68 | - "@babel/core": "7.0.0", | ||
| 69 | - "@babel/register": "7.0.0", | ||
| 70 | - "@babel/parser": "^7.7.4", | ||
| 71 | "@vue/cli-plugin-babel": "3.5.3", | 68 | "@vue/cli-plugin-babel": "3.5.3", |
| 72 | "@vue/cli-plugin-eslint": "^3.9.1", | 69 | "@vue/cli-plugin-eslint": "^3.9.1", |
| 73 | "@vue/cli-plugin-unit-jest": "3.5.3", | 70 | "@vue/cli-plugin-unit-jest": "3.5.3", |
| @@ -297,7 +297,7 @@ public class SysUser extends BaseEntity | @@ -297,7 +297,7 @@ public class SysUser extends BaseEntity | ||
| 297 | { | 297 | { |
| 298 | this.postIds = postIds; | 298 | this.postIds = postIds; |
| 299 | } | 299 | } |
| 300 | - | 300 | + |
| 301 | @Override | 301 | @Override |
| 302 | public String toString() { | 302 | public String toString() { |
| 303 | return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE) | 303 | return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE) |
-
请 注册 或 登录 后发表评论