123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "groups": [
- {
- "name": "dlink.mybatis-plus.fill",
- "type": "com.dlink.db.properties.MybatisPlusFillProperties",
- "sourceType": "com.dlink.db.properties.MybatisPlusFillProperties"
- }
- ],
- "properties": [
- {
- "name": "dlink.mybatis-plus.fill.alias",
- "type": "java.lang.String",
- "sourceType": "com.dlink.db.properties.MybatisPlusFillProperties",
- "defaultValue": "alias"
- },
- {
- "name": "dlink.mybatis-plus.fill.create-time-field",
- "type": "java.lang.String",
- "sourceType": "com.dlink.db.properties.MybatisPlusFillProperties",
- "defaultValue": "createTime"
- },
- {
- "name": "dlink.mybatis-plus.fill.enable-insert-fill",
- "type": "java.lang.Boolean",
- "sourceType": "com.dlink.db.properties.MybatisPlusFillProperties",
- "defaultValue": true
- },
- {
- "name": "dlink.mybatis-plus.fill.enable-update-fill",
- "type": "java.lang.Boolean",
- "sourceType": "com.dlink.db.properties.MybatisPlusFillProperties",
- "defaultValue": true
- },
- {
- "name": "dlink.mybatis-plus.fill.enabled",
- "type": "java.lang.Boolean",
- "sourceType": "com.dlink.db.properties.MybatisPlusFillProperties",
- "defaultValue": true
- },
- {
- "name": "dlink.mybatis-plus.fill.name",
- "type": "java.lang.String",
- "sourceType": "com.dlink.db.properties.MybatisPlusFillProperties",
- "defaultValue": "name"
- },
- {
- "name": "dlink.mybatis-plus.fill.update-time-field",
- "type": "java.lang.String",
- "sourceType": "com.dlink.db.properties.MybatisPlusFillProperties",
- "defaultValue": "updateTime"
- }
- ],
- "hints": []
- }
|