增加错误码配置
This commit is contained in:
parent
8fb01d0cec
commit
3981af84dd
@ -32,3 +32,7 @@ mybatis-plus:
|
|||||||
logic-not-delete-value: 0 # 逻辑未删除值(默认为 0)
|
logic-not-delete-value: 0 # 逻辑未删除值(默认为 0)
|
||||||
mapper-locations: classpath*:mapper/*.xml
|
mapper-locations: classpath*:mapper/*.xml
|
||||||
type-aliases-package: ${yudao.info.base-package}.modules.*.dal.dataobject
|
type-aliases-package: ${yudao.info.base-package}.modules.*.dal.dataobject
|
||||||
|
|
||||||
|
ruoyi:
|
||||||
|
error-code:
|
||||||
|
group: test1
|
||||||
|
Loading…
Reference in New Issue
Block a user