mirror of https://gitee.com/stylefeng/guns
【7.6.0】配置mp逻辑删除配置
parent
30001689c6
commit
8fa8edef7c
|
@ -50,6 +50,9 @@ mybatis-plus:
|
||||||
db-config:
|
db-config:
|
||||||
id-type: assign_id
|
id-type: assign_id
|
||||||
table-underline: true
|
table-underline: true
|
||||||
|
logic-delete-field: del_flag
|
||||||
|
logic-delete-value: Y
|
||||||
|
logic-not-delete-value: N
|
||||||
|
|
||||||
# 单点登录开关
|
# 单点登录开关
|
||||||
sso:
|
sso:
|
||||||
|
|
Loading…
Reference in New Issue