2
0

feat: add logic delete

This commit is contained in:
caiyuchao
2024-12-09 19:10:39 +08:00
parent 24240ee01e
commit e6109d59cc
3 changed files with 12 additions and 0 deletions

View File

@@ -48,6 +48,11 @@ mybatis-plus:
type-aliases-package: org.wfc.user
# 配置mapper的扫描找到所有的mapper.xml映射文件
mapper-locations: classpath:mapper/**/*.xml
global-config:
db-config:
logic-delete-field: del_flag
logic-delete-value: 1
logic-not-delete-value: 0
# swagger配置
swagger: