WEB:客户管理

This commit is contained in:
2025-07-03 15:30:18 +08:00
parent 5bc56ca36d
commit 4e83e3570a
5 changed files with 12 additions and 14 deletions

View File

@ -136,7 +136,7 @@ tenant:
# https://baomidou.com/config/
mybatis-plus:
# 自定义配置 是否全局开启逻辑删除 关闭后 所有逻辑删除功能将失效
enableLogicDelete: true
enableLogicDelete: false
# 多包名使用 例如 com.fuyuanshen.**.mapper,org.xxx.**.mapper
mapperPackage: com.fuyuanshen.**.mapper
# 对应的 XML 文件位置