This commit is contained in:
yulichang 2023-01-10 17:42:58 +08:00
parent 83585c075f
commit b45094d1ea
2 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@
}, },
{ {
"name": "mybatis-plus-join.join-prefix", "name": "mybatis-plus-join.join-prefix",
"defaultValue": "t", "defaultValue": "join",
"type": "java.lang.String", "type": "java.lang.String",
"description": "重复字段前缀." "description": "重复字段前缀."
} }