Merge remote-tracking branch 'origin/master'

This commit is contained in:
wujj 2021-01-27 17:04:38 +08:00
commit 94d2ee1137
2 changed files with 7 additions and 1 deletions

View File

@ -439,6 +439,13 @@ public class CategoryEntity extends BaseEntity {
return this.id;
}
/**
* 获取栏目Id标签使用
*/
public Boolean getTypeleaf() {
return this.leaf; }
/**
* 获取栏目图片 (标签使用
*/

View File

@ -86,7 +86,6 @@ spring:
charset: utf-8
enabled: true
mybatis-plus:
global-config:
db-config: