|
@@ -4,7 +4,7 @@
|
4
|
4
|
"avatar": "",
|
5
|
5
|
"version": "4.2.0",
|
6
|
6
|
"createdTime": "2022-12-12 09:36:12",
|
7
|
|
- "updatedTime": "2023-1-2 15:24:42",
|
|
7
|
+ "updatedTime": "2023-1-2 22:36:59",
|
8
|
8
|
"dbConns": [],
|
9
|
9
|
"profile": {
|
10
|
10
|
"default": {
|
|
@@ -7985,9 +7985,38 @@
|
7985
|
7985
|
"id": "430EE745-314D-48CE-A20B-ED2C4D79BC92",
|
7986
|
7986
|
"env": {
|
7987
|
7987
|
"base": {
|
7988
|
|
- "nameSpace": "",
|
7989
|
|
- "codeRoot": ""
|
7990
|
|
- }
|
|
7988
|
+ "nameSpace": "com.example.civilizedcity",
|
|
7989
|
+ "codeRoot": "TaMessage"
|
|
7990
|
+ },
|
|
7991
|
+ "template": {
|
|
7992
|
+ "JavaMybatisPlus": {
|
|
7993
|
+ "Controller": {
|
|
7994
|
+ "suffix": "controller/{{=it.codeRoot}}Controller.java",
|
|
7995
|
+ "enable": true
|
|
7996
|
+ },
|
|
7997
|
+ "Service": {
|
|
7998
|
+ "suffix": "service/{{=it.codeRoot}}Service.java",
|
|
7999
|
+ "enable": true
|
|
8000
|
+ },
|
|
8001
|
+ "ServiceImpl": {
|
|
8002
|
+ "suffix": "service/impl/{{=it. codeRoot}}ServiceImpl.java",
|
|
8003
|
+ "enable": true
|
|
8004
|
+ },
|
|
8005
|
+ "Mapper": {
|
|
8006
|
+ "suffix": "mapper/{{=it.codeRoot}}Mapper.java",
|
|
8007
|
+ "enable": true
|
|
8008
|
+ },
|
|
8009
|
+ "Mapper.xml": {
|
|
8010
|
+ "suffix": "mapper/{{=it.codeRoot}}Mapper.xml",
|
|
8011
|
+ "enable": true
|
|
8012
|
+ },
|
|
8013
|
+ "Entity": {
|
|
8014
|
+ "suffix": "entity/{{=it.codeRoot}}.java",
|
|
8015
|
+ "enable": true
|
|
8016
|
+ }
|
|
8017
|
+ }
|
|
8018
|
+ },
|
|
8019
|
+ "custom": {}
|
7991
|
8020
|
},
|
7992
|
8021
|
"defKey": "ta_message",
|
7993
|
8022
|
"defName": "消息通知",
|
|
@@ -8063,25 +8092,25 @@
|
8063
|
8092
|
],
|
8064
|
8093
|
"fields": [
|
8065
|
8094
|
{
|
8066
|
|
- "defKey": "id",
|
|
8095
|
+ "defKey": "msg_id",
|
8067
|
8096
|
"defName": "ID",
|
8068
|
8097
|
"comment": "",
|
8069
|
8098
|
"type": "",
|
8070
|
|
- "len": 32,
|
|
8099
|
+ "len": "",
|
8071
|
8100
|
"scale": "",
|
8072
|
8101
|
"primaryKey": true,
|
8073
|
8102
|
"notNull": true,
|
8074
|
|
- "autoIncrement": false,
|
|
8103
|
+ "autoIncrement": true,
|
8075
|
8104
|
"defaultValue": "",
|
8076
|
8105
|
"hideInGraph": true,
|
8077
|
|
- "domain": "16120F75-6AA7-4483-868D-F07F511BB081",
|
|
8106
|
+ "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E",
|
8078
|
8107
|
"refDict": "",
|
8079
|
8108
|
"uiHint": "",
|
8080
|
8109
|
"id": "FC7B9B05-7D57-4818-8266-F8A4D62DB212"
|
8081
|
8110
|
},
|
8082
|
8111
|
{
|
8083
|
|
- "defKey": "org_id",
|
8084
|
|
- "defName": "机构ID",
|
|
8112
|
+ "defKey": "msg_type",
|
|
8113
|
+ "defName": "消息类型",
|
8085
|
8114
|
"comment": "",
|
8086
|
8115
|
"type": "",
|
8087
|
8116
|
"len": "",
|
|
@@ -8092,32 +8121,82 @@
|
8092
|
8121
|
"defaultValue": "",
|
8093
|
8122
|
"hideInGraph": false,
|
8094
|
8123
|
"refDict": "",
|
8095
|
|
- "domain": "16120F75-6AA7-4483-868D-F07F511BB081",
|
8096
|
|
- "id": "FBCA3E18-1ABB-4B48-8370-9A9FB679B5A7",
|
8097
|
|
- "uiHint": ""
|
|
8124
|
+ "extProps": {},
|
|
8125
|
+ "domain": "73FD2BAD-2358-4336-B96D-45DC897BD792",
|
|
8126
|
+ "id": "92ACF22A-5638-4B62-9656-71D9089F7D7E"
|
8098
|
8127
|
},
|
8099
|
8128
|
{
|
8100
|
|
- "defKey": "status",
|
8101
|
|
- "defName": "状态",
|
|
8129
|
+ "defKey": "title",
|
|
8130
|
+ "defName": "消息标题",
|
8102
|
8131
|
"comment": "",
|
8103
|
|
- "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E",
|
8104
|
8132
|
"type": "",
|
8105
|
8133
|
"len": "",
|
8106
|
8134
|
"scale": "",
|
8107
|
8135
|
"primaryKey": false,
|
8108
|
8136
|
"notNull": false,
|
8109
|
8137
|
"autoIncrement": false,
|
8110
|
|
- "defaultValue": "1",
|
8111
|
|
- "hideInGraph": true,
|
|
8138
|
+ "defaultValue": "",
|
|
8139
|
+ "hideInGraph": false,
|
8112
|
8140
|
"refDict": "",
|
8113
|
|
- "uiHint": "",
|
8114
|
|
- "id": "E1646EEB-D7B3-4C90-91B1-C5D45348549C"
|
|
8141
|
+ "extProps": {},
|
|
8142
|
+ "domain": "9092C4E0-1A54-4859-ABBB-5B62DBC27573",
|
|
8143
|
+ "id": "CBA249ED-8EBD-4352-843D-7F6593CFE0CA"
|
8115
|
8144
|
},
|
8116
|
8145
|
{
|
8117
|
|
- "defKey": "create_user",
|
8118
|
|
- "defName": "创建人",
|
|
8146
|
+ "defKey": "content",
|
|
8147
|
+ "defName": "消息内容",
|
8119
|
8148
|
"comment": "",
|
|
8149
|
+ "type": "TEXT",
|
|
8150
|
+ "len": 0,
|
|
8151
|
+ "scale": "",
|
|
8152
|
+ "primaryKey": false,
|
|
8153
|
+ "notNull": false,
|
|
8154
|
+ "autoIncrement": false,
|
|
8155
|
+ "defaultValue": "",
|
|
8156
|
+ "hideInGraph": false,
|
|
8157
|
+ "refDict": "",
|
|
8158
|
+ "extProps": {},
|
|
8159
|
+ "domain": "",
|
|
8160
|
+ "id": "C333DA5B-4402-4455-BC1A-156E0F7171CE"
|
|
8161
|
+ },
|
|
8162
|
+ {
|
|
8163
|
+ "defKey": "target_type",
|
|
8164
|
+ "defName": "关联内容",
|
|
8165
|
+ "comment": "",
|
|
8166
|
+ "type": "",
|
|
8167
|
+ "len": "",
|
|
8168
|
+ "scale": "",
|
|
8169
|
+ "primaryKey": false,
|
|
8170
|
+ "notNull": false,
|
|
8171
|
+ "autoIncrement": false,
|
|
8172
|
+ "defaultValue": "",
|
|
8173
|
+ "hideInGraph": false,
|
|
8174
|
+ "refDict": "",
|
|
8175
|
+ "extProps": {},
|
|
8176
|
+ "domain": "73FD2BAD-2358-4336-B96D-45DC897BD792",
|
|
8177
|
+ "id": "402577E1-743E-42F4-976B-984FEEBAF594"
|
|
8178
|
+ },
|
|
8179
|
+ {
|
|
8180
|
+ "defKey": "target_id",
|
|
8181
|
+ "defName": "关联内容ID",
|
|
8182
|
+ "comment": "",
|
|
8183
|
+ "type": "",
|
|
8184
|
+ "len": "",
|
|
8185
|
+ "scale": "",
|
|
8186
|
+ "primaryKey": false,
|
|
8187
|
+ "notNull": false,
|
|
8188
|
+ "autoIncrement": false,
|
|
8189
|
+ "defaultValue": "",
|
|
8190
|
+ "hideInGraph": false,
|
|
8191
|
+ "refDict": "",
|
|
8192
|
+ "extProps": {},
|
8120
|
8193
|
"domain": "16120F75-6AA7-4483-868D-F07F511BB081",
|
|
8194
|
+ "id": "D67DAC89-0B94-42B6-AB35-C048092E53BC"
|
|
8195
|
+ },
|
|
8196
|
+ {
|
|
8197
|
+ "defKey": "receive_user",
|
|
8198
|
+ "defName": "接收人员",
|
|
8199
|
+ "comment": "",
|
8121
|
8200
|
"type": "",
|
8122
|
8201
|
"len": "",
|
8123
|
8202
|
"scale": "",
|
|
@@ -8125,35 +8204,53 @@
|
8125
|
8204
|
"notNull": false,
|
8126
|
8205
|
"autoIncrement": false,
|
8127
|
8206
|
"defaultValue": "",
|
8128
|
|
- "hideInGraph": true,
|
|
8207
|
+ "hideInGraph": false,
|
8129
|
8208
|
"refDict": "",
|
8130
|
|
- "uiHint": "",
|
8131
|
|
- "id": "210ABBCB-0350-4D79-B4E4-92543A825036"
|
|
8209
|
+ "extProps": {},
|
|
8210
|
+ "domain": "16120F75-6AA7-4483-868D-F07F511BB081",
|
|
8211
|
+ "id": "BA7C44C3-6332-4808-B8A1-9CA4A0230B8C"
|
8132
|
8212
|
},
|
8133
|
8213
|
{
|
8134
|
|
- "defKey": "create_date",
|
8135
|
|
- "defName": "创建时间",
|
|
8214
|
+ "defKey": "org_id",
|
|
8215
|
+ "defName": "机构ID",
|
8136
|
8216
|
"comment": "",
|
8137
|
|
- "domain": "7CFFA0D3-6A93-4DDC-BC10-DF21211064DC",
|
8138
|
8217
|
"type": "",
|
8139
|
8218
|
"len": "",
|
8140
|
8219
|
"scale": "",
|
8141
|
8220
|
"primaryKey": false,
|
8142
|
8221
|
"notNull": false,
|
8143
|
8222
|
"autoIncrement": false,
|
8144
|
|
- "defaultValue": "CURRENT_TIMESTAMP",
|
|
8223
|
+ "defaultValue": "",
|
|
8224
|
+ "hideInGraph": false,
|
|
8225
|
+ "refDict": "",
|
|
8226
|
+ "domain": "16120F75-6AA7-4483-868D-F07F511BB081",
|
|
8227
|
+ "id": "FBCA3E18-1ABB-4B48-8370-9A9FB679B5A7",
|
|
8228
|
+ "uiHint": ""
|
|
8229
|
+ },
|
|
8230
|
+ {
|
|
8231
|
+ "defKey": "status",
|
|
8232
|
+ "defName": "状态",
|
|
8233
|
+ "comment": "",
|
|
8234
|
+ "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E",
|
|
8235
|
+ "type": "",
|
|
8236
|
+ "len": "",
|
|
8237
|
+ "scale": "",
|
|
8238
|
+ "primaryKey": false,
|
|
8239
|
+ "notNull": false,
|
|
8240
|
+ "autoIncrement": false,
|
|
8241
|
+ "defaultValue": "1",
|
8145
|
8242
|
"hideInGraph": true,
|
8146
|
8243
|
"refDict": "",
|
8147
|
8244
|
"uiHint": "",
|
8148
|
|
- "id": "5BCAB4B5-D041-4F14-8AC8-991595EB1EA5"
|
|
8245
|
+ "id": "E1646EEB-D7B3-4C90-91B1-C5D45348549C"
|
8149
|
8246
|
},
|
8150
|
8247
|
{
|
8151
|
|
- "defKey": "update_user",
|
8152
|
|
- "defName": "更新人",
|
|
8248
|
+ "defKey": "create_user",
|
|
8249
|
+ "defName": "创建人",
|
8153
|
8250
|
"comment": "",
|
8154
|
8251
|
"domain": "16120F75-6AA7-4483-868D-F07F511BB081",
|
8155
|
8252
|
"type": "",
|
8156
|
|
- "len": 32,
|
|
8253
|
+ "len": "",
|
8157
|
8254
|
"scale": "",
|
8158
|
8255
|
"primaryKey": false,
|
8159
|
8256
|
"notNull": false,
|
|
@@ -8162,11 +8259,11 @@
|
8162
|
8259
|
"hideInGraph": true,
|
8163
|
8260
|
"refDict": "",
|
8164
|
8261
|
"uiHint": "",
|
8165
|
|
- "id": "35545F9B-03E1-4DB3-998C-596AB7F8820F"
|
|
8262
|
+ "id": "210ABBCB-0350-4D79-B4E4-92543A825036"
|
8166
|
8263
|
},
|
8167
|
8264
|
{
|
8168
|
|
- "defKey": "update_date",
|
8169
|
|
- "defName": "更新时间",
|
|
8265
|
+ "defKey": "create_date",
|
|
8266
|
+ "defName": "创建时间",
|
8170
|
8267
|
"comment": "",
|
8171
|
8268
|
"domain": "7CFFA0D3-6A93-4DDC-BC10-DF21211064DC",
|
8172
|
8269
|
"type": "",
|
|
@@ -8175,11 +8272,11 @@
|
8175
|
8272
|
"primaryKey": false,
|
8176
|
8273
|
"notNull": false,
|
8177
|
8274
|
"autoIncrement": false,
|
8178
|
|
- "defaultValue": "",
|
|
8275
|
+ "defaultValue": "CURRENT_TIMESTAMP",
|
8179
|
8276
|
"hideInGraph": true,
|
8180
|
8277
|
"refDict": "",
|
8181
|
8278
|
"uiHint": "",
|
8182
|
|
- "id": "14C5219E-6E5E-4B54-A7E6-429EFA934950"
|
|
8279
|
+ "id": "5BCAB4B5-D041-4F14-8AC8-991595EB1EA5"
|
8183
|
8280
|
}
|
8184
|
8281
|
],
|
8185
|
8282
|
"correlations": [],
|