Commit 94d2ee11 authored by wujj's avatar wujj

Merge remote-tracking branch 'origin/master'

parents f084739b d8c23a11
......@@ -439,6 +439,13 @@ public class CategoryEntity extends BaseEntity {
return this.id;
}
/**
* 获取栏目Id(标签使用)
*/
public Boolean getTypeleaf() {
return this.leaf; }
/**
* 获取栏目图片 (标签使用)
*/
......
......@@ -86,7 +86,6 @@ spring:
charset: utf-8
enabled: true
mybatis-plus:
global-config:
db-config:
......
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