|
@@ -4,7 +4,7 @@
|
4
|
4
|
"avatar": "",
|
5
|
5
|
"version": "3.1.0",
|
6
|
6
|
"createdTime": "2021-8-16 17:41:07",
|
7
|
|
- "updatedTime": "2021-8-18 20:27:04",
|
|
7
|
+ "updatedTime": "2021-8-21 16:20:37",
|
8
|
8
|
"dbConns": [],
|
9
|
9
|
"profile": {
|
10
|
10
|
"default": {
|
|
@@ -1045,47 +1045,47 @@
|
1045
|
1045
|
{
|
1046
|
1046
|
"defKey": "amounts",
|
1047
|
1047
|
"defName": "总金额",
|
1048
|
|
- "comment": "",
|
1049
|
|
- "type": "DECIMAL",
|
1050
|
|
- "len": 24,
|
1051
|
|
- "scale": 6,
|
|
1048
|
+ "comment": "单位分",
|
|
1049
|
+ "type": "INT",
|
|
1050
|
+ "len": "",
|
|
1051
|
+ "scale": "",
|
1052
|
1052
|
"primaryKey": false,
|
1053
|
1053
|
"notNull": false,
|
1054
|
1054
|
"autoIncrement": false,
|
1055
|
|
- "defaultValue": "0.0",
|
|
1055
|
+ "defaultValue": "0",
|
1056
|
1056
|
"hideInGraph": false,
|
1057
|
1057
|
"refDict": "",
|
1058
|
|
- "domain": "Money"
|
|
1058
|
+ "domain": "Int"
|
1059
|
1059
|
},
|
1060
|
1060
|
{
|
1061
|
1061
|
"defKey": "brokerage_charges",
|
1062
|
1062
|
"defName": "佣金",
|
1063
|
|
- "comment": "",
|
1064
|
|
- "type": "DECIMAL",
|
1065
|
|
- "len": 24,
|
1066
|
|
- "scale": 6,
|
|
1063
|
+ "comment": "单位分",
|
|
1064
|
+ "type": "INT",
|
|
1065
|
+ "len": "",
|
|
1066
|
+ "scale": "",
|
1067
|
1067
|
"primaryKey": false,
|
1068
|
1068
|
"notNull": false,
|
1069
|
1069
|
"autoIncrement": false,
|
1070
|
|
- "defaultValue": "0.0",
|
|
1070
|
+ "defaultValue": "0",
|
1071
|
1071
|
"hideInGraph": false,
|
1072
|
1072
|
"refDict": "",
|
1073
|
|
- "domain": "Money"
|
|
1073
|
+ "domain": "Int"
|
1074
|
1074
|
},
|
1075
|
1075
|
{
|
1076
|
1076
|
"defKey": "paid_charges",
|
1077
|
1077
|
"defName": "已结佣金",
|
1078
|
|
- "comment": "",
|
1079
|
|
- "type": "DECIMAL",
|
1080
|
|
- "len": 24,
|
1081
|
|
- "scale": 6,
|
|
1078
|
+ "comment": "单位分",
|
|
1079
|
+ "type": "INT",
|
|
1080
|
+ "len": "",
|
|
1081
|
+ "scale": "",
|
1082
|
1082
|
"primaryKey": false,
|
1083
|
1083
|
"notNull": false,
|
1084
|
1084
|
"autoIncrement": false,
|
1085
|
|
- "defaultValue": "0.0",
|
|
1085
|
+ "defaultValue": "0",
|
1086
|
1086
|
"hideInGraph": false,
|
1087
|
1087
|
"refDict": "",
|
1088
|
|
- "domain": "Money"
|
|
1088
|
+ "domain": "Int"
|
1089
|
1089
|
},
|
1090
|
1090
|
{
|
1091
|
1091
|
"defKey": "create_date",
|
|
@@ -1551,17 +1551,17 @@
|
1551
|
1551
|
{
|
1552
|
1552
|
"defKey": "amount",
|
1553
|
1553
|
"defName": "金额",
|
1554
|
|
- "comment": "",
|
1555
|
|
- "type": "DECIMAL",
|
1556
|
|
- "len": 24,
|
1557
|
|
- "scale": 6,
|
|
1554
|
+ "comment": "单位分",
|
|
1555
|
+ "type": "INT",
|
|
1556
|
+ "len": "",
|
|
1557
|
+ "scale": "",
|
1558
|
1558
|
"primaryKey": false,
|
1559
|
1559
|
"notNull": false,
|
1560
|
1560
|
"autoIncrement": false,
|
1561
|
|
- "defaultValue": "0.0",
|
|
1561
|
+ "defaultValue": "0",
|
1562
|
1562
|
"hideInGraph": false,
|
1563
|
1563
|
"refDict": "",
|
1564
|
|
- "domain": "Money"
|
|
1564
|
+ "domain": "Int"
|
1565
|
1565
|
},
|
1566
|
1566
|
{
|
1567
|
1567
|
"defKey": "target_type",
|
|
@@ -1754,6 +1754,21 @@
|
1754
|
1754
|
"refDict": "",
|
1755
|
1755
|
"domain": "IdOrKey"
|
1756
|
1756
|
},
|
|
1757
|
+ {
|
|
1758
|
+ "defKey": "hotel_id",
|
|
1759
|
+ "defName": "民宿ID",
|
|
1760
|
+ "comment": "",
|
|
1761
|
+ "type": "VARCHAR",
|
|
1762
|
+ "len": 32,
|
|
1763
|
+ "scale": "",
|
|
1764
|
+ "primaryKey": false,
|
|
1765
|
+ "notNull": false,
|
|
1766
|
+ "autoIncrement": false,
|
|
1767
|
+ "defaultValue": "",
|
|
1768
|
+ "hideInGraph": false,
|
|
1769
|
+ "refDict": "",
|
|
1770
|
+ "domain": "IdOrKey"
|
|
1771
|
+ },
|
1757
|
1772
|
{
|
1758
|
1773
|
"defKey": "worker_name",
|
1759
|
1774
|
"defName": "名称",
|
|
@@ -2352,47 +2367,47 @@
|
2352
|
2367
|
{
|
2353
|
2368
|
"defKey": "standard_price",
|
2354
|
2369
|
"defName": "门市价格",
|
2355
|
|
- "comment": "",
|
2356
|
|
- "type": "DECIMAL",
|
2357
|
|
- "len": 24,
|
2358
|
|
- "scale": 6,
|
|
2370
|
+ "comment": "单位分",
|
|
2371
|
+ "type": "INT",
|
|
2372
|
+ "len": "",
|
|
2373
|
+ "scale": "",
|
2359
|
2374
|
"primaryKey": false,
|
2360
|
2375
|
"notNull": false,
|
2361
|
2376
|
"autoIncrement": false,
|
2362
|
|
- "defaultValue": "0.0",
|
|
2377
|
+ "defaultValue": "0",
|
2363
|
2378
|
"hideInGraph": false,
|
2364
|
2379
|
"refDict": "",
|
2365
|
|
- "domain": "Money"
|
|
2380
|
+ "domain": "Int"
|
2366
|
2381
|
},
|
2367
|
2382
|
{
|
2368
|
2383
|
"defKey": "actual_price",
|
2369
|
2384
|
"defName": "实售价格",
|
2370
|
|
- "comment": "",
|
2371
|
|
- "type": "DECIMAL",
|
2372
|
|
- "len": 24,
|
2373
|
|
- "scale": 6,
|
|
2385
|
+ "comment": "单位分",
|
|
2386
|
+ "type": "INT",
|
|
2387
|
+ "len": "",
|
|
2388
|
+ "scale": "",
|
2374
|
2389
|
"primaryKey": false,
|
2375
|
2390
|
"notNull": false,
|
2376
|
2391
|
"autoIncrement": false,
|
2377
|
|
- "defaultValue": "0.0",
|
|
2392
|
+ "defaultValue": "0",
|
2378
|
2393
|
"hideInGraph": false,
|
2379
|
2394
|
"refDict": "",
|
2380
|
|
- "domain": "Money"
|
|
2395
|
+ "domain": "Int"
|
2381
|
2396
|
},
|
2382
|
2397
|
{
|
2383
|
2398
|
"defKey": "cashback",
|
2384
|
2399
|
"defName": "返现",
|
2385
|
|
- "comment": "",
|
2386
|
|
- "type": "DECIMAL",
|
2387
|
|
- "len": 24,
|
2388
|
|
- "scale": 6,
|
|
2400
|
+ "comment": "单位分",
|
|
2401
|
+ "type": "INT",
|
|
2402
|
+ "len": "",
|
|
2403
|
+ "scale": "",
|
2389
|
2404
|
"primaryKey": false,
|
2390
|
2405
|
"notNull": false,
|
2391
|
2406
|
"autoIncrement": false,
|
2392
|
|
- "defaultValue": "0.0",
|
|
2407
|
+ "defaultValue": "0",
|
2393
|
2408
|
"hideInGraph": false,
|
2394
|
2409
|
"refDict": "",
|
2395
|
|
- "domain": "Money"
|
|
2410
|
+ "domain": "Int"
|
2396
|
2411
|
},
|
2397
|
2412
|
{
|
2398
|
2413
|
"defKey": "start_time",
|
|
@@ -3583,32 +3598,32 @@
|
3583
|
3598
|
{
|
3584
|
3599
|
"defKey": "traffic_rate",
|
3585
|
3600
|
"defName": "引流分成",
|
3586
|
|
- "comment": "",
|
3587
|
|
- "type": "DECIMAL",
|
3588
|
|
- "len": 24,
|
3589
|
|
- "scale": 6,
|
|
3601
|
+ "comment": "单位千分之一",
|
|
3602
|
+ "type": "INT",
|
|
3603
|
+ "len": "",
|
|
3604
|
+ "scale": "",
|
3590
|
3605
|
"primaryKey": false,
|
3591
|
3606
|
"notNull": false,
|
3592
|
3607
|
"autoIncrement": false,
|
3593
|
3608
|
"defaultValue": "0",
|
3594
|
3609
|
"hideInGraph": false,
|
3595
|
3610
|
"refDict": "",
|
3596
|
|
- "domain": "Double"
|
|
3611
|
+ "domain": "Int"
|
3597
|
3612
|
},
|
3598
|
3613
|
{
|
3599
|
3614
|
"defKey": "platform_rate",
|
3600
|
3615
|
"defName": "平台分成",
|
3601
|
|
- "comment": "",
|
3602
|
|
- "type": "DECIMAL",
|
3603
|
|
- "len": 24,
|
3604
|
|
- "scale": 6,
|
|
3616
|
+ "comment": "单位千分之一",
|
|
3617
|
+ "type": "INT",
|
|
3618
|
+ "len": "",
|
|
3619
|
+ "scale": "",
|
3605
|
3620
|
"primaryKey": false,
|
3606
|
3621
|
"notNull": false,
|
3607
|
3622
|
"autoIncrement": false,
|
3608
|
3623
|
"defaultValue": "0",
|
3609
|
3624
|
"hideInGraph": false,
|
3610
|
3625
|
"refDict": "",
|
3611
|
|
- "domain": "Double"
|
|
3626
|
+ "domain": "Int"
|
3612
|
3627
|
},
|
3613
|
3628
|
{
|
3614
|
3629
|
"defKey": "is_strategy",
|
|
@@ -5158,46 +5173,46 @@
|
5158
|
5173
|
"defKey": "amounts",
|
5159
|
5174
|
"defName": "总金额",
|
5160
|
5175
|
"comment": "",
|
5161
|
|
- "type": "DECIMAL",
|
5162
|
|
- "len": 24,
|
5163
|
|
- "scale": 6,
|
|
5176
|
+ "type": "INT",
|
|
5177
|
+ "len": "",
|
|
5178
|
+ "scale": "",
|
5164
|
5179
|
"primaryKey": false,
|
5165
|
5180
|
"notNull": false,
|
5166
|
5181
|
"autoIncrement": false,
|
5167
|
|
- "defaultValue": "0.0",
|
|
5182
|
+ "defaultValue": "0",
|
5168
|
5183
|
"hideInGraph": false,
|
5169
|
5184
|
"refDict": "",
|
5170
|
|
- "domain": "Money"
|
|
5185
|
+ "domain": "Int"
|
5171
|
5186
|
},
|
5172
|
5187
|
{
|
5173
|
5188
|
"defKey": "brokerage_charges",
|
5174
|
5189
|
"defName": "佣金",
|
5175
|
5190
|
"comment": "",
|
5176
|
|
- "type": "DECIMAL",
|
5177
|
|
- "len": 24,
|
5178
|
|
- "scale": 6,
|
|
5191
|
+ "type": "INT",
|
|
5192
|
+ "len": "",
|
|
5193
|
+ "scale": "",
|
5179
|
5194
|
"primaryKey": false,
|
5180
|
5195
|
"notNull": false,
|
5181
|
5196
|
"autoIncrement": false,
|
5182
|
|
- "defaultValue": "0.0",
|
|
5197
|
+ "defaultValue": "0",
|
5183
|
5198
|
"hideInGraph": false,
|
5184
|
5199
|
"refDict": "",
|
5185
|
|
- "domain": "Money"
|
|
5200
|
+ "domain": "Int"
|
5186
|
5201
|
},
|
5187
|
5202
|
{
|
5188
|
5203
|
"defKey": "paid_charges",
|
5189
|
5204
|
"defName": "已结佣金",
|
5190
|
5205
|
"comment": "",
|
5191
|
|
- "type": "DECIMAL",
|
5192
|
|
- "len": 24,
|
5193
|
|
- "scale": 6,
|
|
5206
|
+ "type": "INT",
|
|
5207
|
+ "len": "",
|
|
5208
|
+ "scale": "",
|
5194
|
5209
|
"primaryKey": false,
|
5195
|
5210
|
"notNull": false,
|
5196
|
5211
|
"autoIncrement": false,
|
5197
|
|
- "defaultValue": "0.0",
|
|
5212
|
+ "defaultValue": "0",
|
5198
|
5213
|
"hideInGraph": false,
|
5199
|
5214
|
"refDict": "",
|
5200
|
|
- "domain": "Money"
|
|
5215
|
+ "domain": "Int"
|
5201
|
5216
|
},
|
5202
|
5217
|
{
|
5203
|
5218
|
"defKey": "create_date",
|
|
@@ -5380,17 +5395,17 @@
|
5380
|
5395
|
{
|
5381
|
5396
|
"defKey": "amount",
|
5382
|
5397
|
"defName": "金额",
|
5383
|
|
- "comment": "",
|
5384
|
|
- "type": "DECIMAL",
|
5385
|
|
- "len": 24,
|
5386
|
|
- "scale": 6,
|
|
5398
|
+ "comment": "单位分",
|
|
5399
|
+ "type": "INT",
|
|
5400
|
+ "len": "",
|
|
5401
|
+ "scale": "",
|
5387
|
5402
|
"primaryKey": false,
|
5388
|
5403
|
"notNull": false,
|
5389
|
5404
|
"autoIncrement": false,
|
5390
|
|
- "defaultValue": "0.0",
|
|
5405
|
+ "defaultValue": "0",
|
5391
|
5406
|
"hideInGraph": false,
|
5392
|
5407
|
"refDict": "",
|
5393
|
|
- "domain": "Money"
|
|
5408
|
+ "domain": "Int"
|
5394
|
5409
|
},
|
5395
|
5410
|
{
|
5396
|
5411
|
"defKey": "target_type",
|
|
@@ -5603,47 +5618,47 @@
|
5603
|
5618
|
{
|
5604
|
5619
|
"defKey": "amounts",
|
5605
|
5620
|
"defName": "总金额",
|
5606
|
|
- "comment": "",
|
5607
|
|
- "type": "DECIMAL",
|
5608
|
|
- "len": 24,
|
5609
|
|
- "scale": 6,
|
|
5621
|
+ "comment": "单位分",
|
|
5622
|
+ "type": "INT",
|
|
5623
|
+ "len": "",
|
|
5624
|
+ "scale": "",
|
5610
|
5625
|
"primaryKey": false,
|
5611
|
5626
|
"notNull": false,
|
5612
|
5627
|
"autoIncrement": false,
|
5613
|
|
- "defaultValue": "0.0",
|
|
5628
|
+ "defaultValue": "0",
|
5614
|
5629
|
"hideInGraph": false,
|
5615
|
5630
|
"refDict": "",
|
5616
|
|
- "domain": "Money"
|
|
5631
|
+ "domain": "Int"
|
5617
|
5632
|
},
|
5618
|
5633
|
{
|
5619
|
5634
|
"defKey": "cashback_charges",
|
5620
|
5635
|
"defName": "返现总金额",
|
5621
|
|
- "comment": "",
|
5622
|
|
- "type": "DECIMAL",
|
5623
|
|
- "len": 24,
|
5624
|
|
- "scale": 6,
|
|
5636
|
+ "comment": "单位分",
|
|
5637
|
+ "type": "INT",
|
|
5638
|
+ "len": "",
|
|
5639
|
+ "scale": "",
|
5625
|
5640
|
"primaryKey": false,
|
5626
|
5641
|
"notNull": false,
|
5627
|
5642
|
"autoIncrement": false,
|
5628
|
|
- "defaultValue": "0.0",
|
|
5643
|
+ "defaultValue": "0",
|
5629
|
5644
|
"hideInGraph": false,
|
5630
|
5645
|
"refDict": "",
|
5631
|
|
- "domain": "Money"
|
|
5646
|
+ "domain": "Int"
|
5632
|
5647
|
},
|
5633
|
5648
|
{
|
5634
|
5649
|
"defKey": "paid_charges",
|
5635
|
5650
|
"defName": "消费总金额",
|
5636
|
|
- "comment": "",
|
5637
|
|
- "type": "DECIMAL",
|
5638
|
|
- "len": 24,
|
5639
|
|
- "scale": 6,
|
|
5651
|
+ "comment": "单位分",
|
|
5652
|
+ "type": "INT",
|
|
5653
|
+ "len": "",
|
|
5654
|
+ "scale": "",
|
5640
|
5655
|
"primaryKey": false,
|
5641
|
5656
|
"notNull": false,
|
5642
|
5657
|
"autoIncrement": false,
|
5643
|
|
- "defaultValue": "0.0",
|
|
5658
|
+ "defaultValue": "0",
|
5644
|
5659
|
"hideInGraph": false,
|
5645
|
5660
|
"refDict": "",
|
5646
|
|
- "domain": "Money"
|
|
5661
|
+ "domain": "Int"
|
5647
|
5662
|
},
|
5648
|
5663
|
{
|
5649
|
5664
|
"defKey": "create_date",
|
|
@@ -5826,17 +5841,17 @@
|
5826
|
5841
|
{
|
5827
|
5842
|
"defKey": "amount",
|
5828
|
5843
|
"defName": "金额",
|
5829
|
|
- "comment": "",
|
5830
|
|
- "type": "DECIMAL",
|
5831
|
|
- "len": 24,
|
5832
|
|
- "scale": 6,
|
|
5844
|
+ "comment": "单位分",
|
|
5845
|
+ "type": "INT",
|
|
5846
|
+ "len": "",
|
|
5847
|
+ "scale": "",
|
5833
|
5848
|
"primaryKey": false,
|
5834
|
5849
|
"notNull": false,
|
5835
|
5850
|
"autoIncrement": false,
|
5836
|
|
- "defaultValue": "0.0",
|
|
5851
|
+ "defaultValue": "0",
|
5837
|
5852
|
"hideInGraph": false,
|
5838
|
5853
|
"refDict": "",
|
5839
|
|
- "domain": "Money"
|
|
5854
|
+ "domain": "Int"
|
5840
|
5855
|
},
|
5841
|
5856
|
{
|
5842
|
5857
|
"defKey": "target_type",
|
|
@@ -6018,8 +6033,8 @@
|
6018
|
6033
|
"fields": [
|
6019
|
6034
|
{
|
6020
|
6035
|
"defKey": "order_id",
|
6021
|
|
- "defName": "",
|
6022
|
|
- "comment": "",
|
|
6036
|
+ "defName": "订单ID",
|
|
6037
|
+ "comment": "订单号",
|
6023
|
6038
|
"type": "VARCHAR",
|
6024
|
6039
|
"len": 32,
|
6025
|
6040
|
"scale": "",
|
|
@@ -6031,9 +6046,24 @@
|
6031
|
6046
|
"refDict": "",
|
6032
|
6047
|
"domain": "IdOrKey"
|
6033
|
6048
|
},
|
|
6049
|
+ {
|
|
6050
|
+ "defKey": "description",
|
|
6051
|
+ "defName": "订单描述",
|
|
6052
|
+ "comment": "",
|
|
6053
|
+ "type": "VARCHAR",
|
|
6054
|
+ "len": 128,
|
|
6055
|
+ "scale": "",
|
|
6056
|
+ "primaryKey": false,
|
|
6057
|
+ "notNull": false,
|
|
6058
|
+ "autoIncrement": false,
|
|
6059
|
+ "defaultValue": "",
|
|
6060
|
+ "hideInGraph": false,
|
|
6061
|
+ "refDict": "",
|
|
6062
|
+ "domain": ""
|
|
6063
|
+ },
|
6034
|
6064
|
{
|
6035
|
6065
|
"defKey": "order_type",
|
6036
|
|
- "defName": "",
|
|
6066
|
+ "defName": "订单类型",
|
6037
|
6067
|
"comment": "",
|
6038
|
6068
|
"type": "VARCHAR",
|
6039
|
6069
|
"len": "32",
|
|
@@ -6048,7 +6078,7 @@
|
6048
|
6078
|
},
|
6049
|
6079
|
{
|
6050
|
6080
|
"defKey": "person_id",
|
6051
|
|
- "defName": "",
|
|
6081
|
+ "defName": "人员ID",
|
6052
|
6082
|
"comment": "",
|
6053
|
6083
|
"type": "VARCHAR",
|
6054
|
6084
|
"len": 32,
|
|
@@ -6063,7 +6093,7 @@
|
6063
|
6093
|
},
|
6064
|
6094
|
{
|
6065
|
6095
|
"defKey": "strategy_id",
|
6066
|
|
- "defName": "",
|
|
6096
|
+ "defName": "攻略ID",
|
6067
|
6097
|
"comment": "",
|
6068
|
6098
|
"type": "VARCHAR",
|
6069
|
6099
|
"len": 32,
|
|
@@ -6078,22 +6108,22 @@
|
6078
|
6108
|
},
|
6079
|
6109
|
{
|
6080
|
6110
|
"defKey": "charges",
|
6081
|
|
- "defName": "",
|
6082
|
|
- "comment": "",
|
6083
|
|
- "type": "DECIMAL",
|
6084
|
|
- "len": 24,
|
6085
|
|
- "scale": 6,
|
|
6111
|
+ "defName": "金额",
|
|
6112
|
+ "comment": "单位分",
|
|
6113
|
+ "type": "INT",
|
|
6114
|
+ "len": "",
|
|
6115
|
+ "scale": "",
|
6086
|
6116
|
"primaryKey": false,
|
6087
|
6117
|
"notNull": false,
|
6088
|
6118
|
"autoIncrement": false,
|
6089
|
|
- "defaultValue": "",
|
|
6119
|
+ "defaultValue": "0",
|
6090
|
6120
|
"hideInGraph": false,
|
6091
|
6121
|
"refDict": "",
|
6092
|
|
- "domain": "Money"
|
|
6122
|
+ "domain": "Int"
|
6093
|
6123
|
},
|
6094
|
6124
|
{
|
6095
|
6125
|
"defKey": "status",
|
6096
|
|
- "defName": "",
|
|
6126
|
+ "defName": "状态",
|
6097
|
6127
|
"comment": "",
|
6098
|
6128
|
"type": "INT",
|
6099
|
6129
|
"len": "",
|
|
@@ -6108,7 +6138,7 @@
|
6108
|
6138
|
},
|
6109
|
6139
|
{
|
6110
|
6140
|
"defKey": "create_date",
|
6111
|
|
- "defName": "",
|
|
6141
|
+ "defName": "创建时间",
|
6112
|
6142
|
"comment": "",
|
6113
|
6143
|
"type": "DATETIME",
|
6114
|
6144
|
"len": "",
|
|
@@ -6272,17 +6302,17 @@
|
6272
|
6302
|
{
|
6273
|
6303
|
"defKey": "charges",
|
6274
|
6304
|
"defName": "总金额",
|
6275
|
|
- "comment": "",
|
6276
|
|
- "type": "DECIMAL",
|
6277
|
|
- "len": 24,
|
6278
|
|
- "scale": 6,
|
|
6305
|
+ "comment": "单位分",
|
|
6306
|
+ "type": "INT",
|
|
6307
|
+ "len": "",
|
|
6308
|
+ "scale": "",
|
6279
|
6309
|
"primaryKey": false,
|
6280
|
6310
|
"notNull": false,
|
6281
|
6311
|
"autoIncrement": false,
|
6282
|
|
- "defaultValue": "0.0",
|
|
6312
|
+ "defaultValue": "0",
|
6283
|
6313
|
"hideInGraph": false,
|
6284
|
6314
|
"refDict": "",
|
6285
|
|
- "domain": "Money"
|
|
6315
|
+ "domain": "Int"
|
6286
|
6316
|
},
|
6287
|
6317
|
{
|
6288
|
6318
|
"defKey": "amount",
|
|
@@ -6302,47 +6332,47 @@
|
6302
|
6332
|
{
|
6303
|
6333
|
"defKey": "unit_price",
|
6304
|
6334
|
"defName": "单价",
|
6305
|
|
- "comment": "",
|
6306
|
|
- "type": "DECIMAL",
|
6307
|
|
- "len": 24,
|
6308
|
|
- "scale": 6,
|
|
6335
|
+ "comment": "单位分",
|
|
6336
|
+ "type": "INT",
|
|
6337
|
+ "len": "",
|
|
6338
|
+ "scale": "",
|
6309
|
6339
|
"primaryKey": false,
|
6310
|
6340
|
"notNull": false,
|
6311
|
6341
|
"autoIncrement": false,
|
6312
|
|
- "defaultValue": "0.0",
|
|
6342
|
+ "defaultValue": "0",
|
6313
|
6343
|
"hideInGraph": false,
|
6314
|
6344
|
"refDict": "",
|
6315
|
|
- "domain": "Money"
|
|
6345
|
+ "domain": "Int"
|
6316
|
6346
|
},
|
6317
|
6347
|
{
|
6318
|
6348
|
"defKey": "commission_charge",
|
6319
|
6349
|
"defName": "抽成",
|
6320
|
|
- "comment": "",
|
6321
|
|
- "type": "DECIMAL",
|
6322
|
|
- "len": 24,
|
6323
|
|
- "scale": 6,
|
|
6350
|
+ "comment": "单位分",
|
|
6351
|
+ "type": "INT",
|
|
6352
|
+ "len": "",
|
|
6353
|
+ "scale": "",
|
6324
|
6354
|
"primaryKey": false,
|
6325
|
6355
|
"notNull": false,
|
6326
|
6356
|
"autoIncrement": false,
|
6327
|
|
- "defaultValue": "0.0",
|
|
6357
|
+ "defaultValue": "0",
|
6328
|
6358
|
"hideInGraph": false,
|
6329
|
6359
|
"refDict": "",
|
6330
|
|
- "domain": "Money"
|
|
6360
|
+ "domain": "Int"
|
6331
|
6361
|
},
|
6332
|
6362
|
{
|
6333
|
6363
|
"defKey": "cashback",
|
6334
|
6364
|
"defName": "返现金额",
|
6335
|
|
- "comment": "",
|
6336
|
|
- "type": "DECIMAL",
|
6337
|
|
- "len": 24,
|
6338
|
|
- "scale": 6,
|
|
6365
|
+ "comment": "单位分",
|
|
6366
|
+ "type": "INT",
|
|
6367
|
+ "len": "",
|
|
6368
|
+ "scale": "",
|
6339
|
6369
|
"primaryKey": false,
|
6340
|
6370
|
"notNull": false,
|
6341
|
6371
|
"autoIncrement": false,
|
6342
|
|
- "defaultValue": "0.0",
|
|
6372
|
+ "defaultValue": "0",
|
6343
|
6373
|
"hideInGraph": false,
|
6344
|
6374
|
"refDict": "",
|
6345
|
|
- "domain": "Money"
|
|
6375
|
+ "domain": "Int"
|
6346
|
6376
|
},
|
6347
|
6377
|
{
|
6348
|
6378
|
"defKey": "is_verified",
|
|
@@ -6540,32 +6570,32 @@
|
6540
|
6570
|
{
|
6541
|
6571
|
"defKey": "commission_rate",
|
6542
|
6572
|
"defName": "抽成比例",
|
6543
|
|
- "comment": "",
|
6544
|
|
- "type": "DECIMAL",
|
6545
|
|
- "len": 24,
|
6546
|
|
- "scale": 6,
|
|
6573
|
+ "comment": "单位千分之一",
|
|
6574
|
+ "type": "INT",
|
|
6575
|
+ "len": "",
|
|
6576
|
+ "scale": "",
|
6547
|
6577
|
"primaryKey": false,
|
6548
|
6578
|
"notNull": false,
|
6549
|
6579
|
"autoIncrement": false,
|
6550
|
6580
|
"defaultValue": "0",
|
6551
|
6581
|
"hideInGraph": false,
|
6552
|
6582
|
"refDict": "",
|
6553
|
|
- "domain": "Double"
|
|
6583
|
+ "domain": "Int"
|
6554
|
6584
|
},
|
6555
|
6585
|
{
|
6556
|
6586
|
"defKey": "charge",
|
6557
|
6587
|
"defName": "抽成金额",
|
6558
|
|
- "comment": "",
|
6559
|
|
- "type": "DECIMAL",
|
6560
|
|
- "len": 24,
|
6561
|
|
- "scale": 6,
|
|
6588
|
+ "comment": "单位元",
|
|
6589
|
+ "type": "INT",
|
|
6590
|
+ "len": "",
|
|
6591
|
+ "scale": "",
|
6562
|
6592
|
"primaryKey": false,
|
6563
|
6593
|
"notNull": false,
|
6564
|
6594
|
"autoIncrement": false,
|
6565
|
|
- "defaultValue": "0.0",
|
|
6595
|
+ "defaultValue": "0",
|
6566
|
6596
|
"hideInGraph": false,
|
6567
|
6597
|
"refDict": "",
|
6568
|
|
- "domain": "Money"
|
|
6598
|
+ "domain": "Int"
|
6569
|
6599
|
},
|
6570
|
6600
|
{
|
6571
|
6601
|
"defKey": "create_date",
|
|
@@ -6908,35 +6938,20 @@
|
6908
|
6938
|
"refDict": "",
|
6909
|
6939
|
"domain": "YesNo"
|
6910
|
6940
|
},
|
6911
|
|
- {
|
6912
|
|
- "defKey": "prepay_id",
|
6913
|
|
- "defName": "prepay_id",
|
6914
|
|
- "comment": "",
|
6915
|
|
- "type": "VARCHAR",
|
6916
|
|
- "len": "60",
|
6917
|
|
- "scale": "",
|
6918
|
|
- "primaryKey": false,
|
6919
|
|
- "notNull": false,
|
6920
|
|
- "autoIncrement": false,
|
6921
|
|
- "defaultValue": "",
|
6922
|
|
- "hideInGraph": false,
|
6923
|
|
- "refDict": "",
|
6924
|
|
- "domain": "DefaultString"
|
6925
|
|
- },
|
6926
|
6941
|
{
|
6927
|
6942
|
"defKey": "charges",
|
6928
|
6943
|
"defName": "支付金额",
|
6929
|
|
- "comment": "",
|
6930
|
|
- "type": "DECIMAL",
|
6931
|
|
- "len": 24,
|
6932
|
|
- "scale": 6,
|
|
6944
|
+ "comment": "单位分",
|
|
6945
|
+ "type": "INT",
|
|
6946
|
+ "len": "",
|
|
6947
|
+ "scale": "",
|
6933
|
6948
|
"primaryKey": false,
|
6934
|
6949
|
"notNull": false,
|
6935
|
6950
|
"autoIncrement": false,
|
6936
|
6951
|
"defaultValue": "0.0",
|
6937
|
6952
|
"hideInGraph": false,
|
6938
|
6953
|
"refDict": "",
|
6939
|
|
- "domain": "Money"
|
|
6954
|
+ "domain": "Int"
|
6940
|
6955
|
},
|
6941
|
6956
|
{
|
6942
|
6957
|
"defKey": "status",
|
|
@@ -6953,6 +6968,21 @@
|
6953
|
6968
|
"refDict": "",
|
6954
|
6969
|
"domain": "Int"
|
6955
|
6970
|
},
|
|
6971
|
+ {
|
|
6972
|
+ "defKey": "message",
|
|
6973
|
+ "defName": "支付结果描述",
|
|
6974
|
+ "comment": "",
|
|
6975
|
+ "type": "VARCHAR",
|
|
6976
|
+ "len": 128,
|
|
6977
|
+ "scale": "",
|
|
6978
|
+ "primaryKey": false,
|
|
6979
|
+ "notNull": false,
|
|
6980
|
+ "autoIncrement": false,
|
|
6981
|
+ "defaultValue": "",
|
|
6982
|
+ "hideInGraph": false,
|
|
6983
|
+ "refDict": "",
|
|
6984
|
+ "domain": ""
|
|
6985
|
+ },
|
6956
|
6986
|
{
|
6957
|
6987
|
"defKey": "create_date",
|
6958
|
6988
|
"defName": "创建时间",
|
|
@@ -7505,6 +7535,206 @@
|
7505
|
7535
|
],
|
7506
|
7536
|
"correlations": [],
|
7507
|
7537
|
"indexes": []
|
|
7538
|
+ },
|
|
7539
|
+ {
|
|
7540
|
+ "defKey": "ta_shop_worker",
|
|
7541
|
+ "defName": "商铺员工",
|
|
7542
|
+ "comment": "",
|
|
7543
|
+ "properties": {},
|
|
7544
|
+ "nameTemplate": "{defKey}[{defName}]",
|
|
7545
|
+ "headers": [
|
|
7546
|
+ {
|
|
7547
|
+ "freeze": false,
|
|
7548
|
+ "refKey": "hideInGraph",
|
|
7549
|
+ "hideInGraph": true
|
|
7550
|
+ },
|
|
7551
|
+ {
|
|
7552
|
+ "freeze": true,
|
|
7553
|
+ "refKey": "defKey",
|
|
7554
|
+ "hideInGraph": false
|
|
7555
|
+ },
|
|
7556
|
+ {
|
|
7557
|
+ "freeze": true,
|
|
7558
|
+ "refKey": "defName",
|
|
7559
|
+ "hideInGraph": false
|
|
7560
|
+ },
|
|
7561
|
+ {
|
|
7562
|
+ "freeze": false,
|
|
7563
|
+ "refKey": "primaryKey",
|
|
7564
|
+ "hideInGraph": false
|
|
7565
|
+ },
|
|
7566
|
+ {
|
|
7567
|
+ "freeze": false,
|
|
7568
|
+ "refKey": "notNull",
|
|
7569
|
+ "hideInGraph": true
|
|
7570
|
+ },
|
|
7571
|
+ {
|
|
7572
|
+ "freeze": false,
|
|
7573
|
+ "refKey": "autoIncrement",
|
|
7574
|
+ "hideInGraph": true
|
|
7575
|
+ },
|
|
7576
|
+ {
|
|
7577
|
+ "freeze": false,
|
|
7578
|
+ "refKey": "domain",
|
|
7579
|
+ "hideInGraph": true
|
|
7580
|
+ },
|
|
7581
|
+ {
|
|
7582
|
+ "freeze": false,
|
|
7583
|
+ "refKey": "type",
|
|
7584
|
+ "hideInGraph": false
|
|
7585
|
+ },
|
|
7586
|
+ {
|
|
7587
|
+ "freeze": false,
|
|
7588
|
+ "refKey": "len",
|
|
7589
|
+ "hideInGraph": false
|
|
7590
|
+ },
|
|
7591
|
+ {
|
|
7592
|
+ "freeze": false,
|
|
7593
|
+ "refKey": "scale",
|
|
7594
|
+ "hideInGraph": false
|
|
7595
|
+ },
|
|
7596
|
+ {
|
|
7597
|
+ "freeze": false,
|
|
7598
|
+ "refKey": "comment",
|
|
7599
|
+ "hideInGraph": true
|
|
7600
|
+ },
|
|
7601
|
+ {
|
|
7602
|
+ "freeze": false,
|
|
7603
|
+ "refKey": "refDict",
|
|
7604
|
+ "hideInGraph": true
|
|
7605
|
+ },
|
|
7606
|
+ {
|
|
7607
|
+ "freeze": false,
|
|
7608
|
+ "refKey": "defaultValue",
|
|
7609
|
+ "hideInGraph": true
|
|
7610
|
+ },
|
|
7611
|
+ {
|
|
7612
|
+ "freeze": false,
|
|
7613
|
+ "refKey": "isStandard",
|
|
7614
|
+ "hideInGraph": false
|
|
7615
|
+ },
|
|
7616
|
+ {
|
|
7617
|
+ "freeze": false,
|
|
7618
|
+ "refKey": "uiHint",
|
|
7619
|
+ "hideInGraph": true
|
|
7620
|
+ }
|
|
7621
|
+ ],
|
|
7622
|
+ "fields": [
|
|
7623
|
+ {
|
|
7624
|
+ "defKey": "worker_id",
|
|
7625
|
+ "defName": "员工ID",
|
|
7626
|
+ "comment": "",
|
|
7627
|
+ "type": "VARCHAR",
|
|
7628
|
+ "len": 32,
|
|
7629
|
+ "scale": "",
|
|
7630
|
+ "primaryKey": true,
|
|
7631
|
+ "notNull": true,
|
|
7632
|
+ "autoIncrement": false,
|
|
7633
|
+ "defaultValue": "",
|
|
7634
|
+ "hideInGraph": false,
|
|
7635
|
+ "domain": "IdOrKey"
|
|
7636
|
+ },
|
|
7637
|
+ {
|
|
7638
|
+ "defKey": "shop_id",
|
|
7639
|
+ "defName": "商铺ID",
|
|
7640
|
+ "comment": "",
|
|
7641
|
+ "type": "VARCHAR",
|
|
7642
|
+ "len": 32,
|
|
7643
|
+ "scale": "",
|
|
7644
|
+ "primaryKey": false,
|
|
7645
|
+ "notNull": false,
|
|
7646
|
+ "autoIncrement": false,
|
|
7647
|
+ "defaultValue": "",
|
|
7648
|
+ "hideInGraph": false,
|
|
7649
|
+ "domain": "IdOrKey"
|
|
7650
|
+ },
|
|
7651
|
+ {
|
|
7652
|
+ "defKey": "worker_name",
|
|
7653
|
+ "defName": "名称",
|
|
7654
|
+ "comment": "",
|
|
7655
|
+ "type": "VARCHAR",
|
|
7656
|
+ "len": 90,
|
|
7657
|
+ "scale": "",
|
|
7658
|
+ "primaryKey": false,
|
|
7659
|
+ "notNull": false,
|
|
7660
|
+ "autoIncrement": false,
|
|
7661
|
+ "defaultValue": "",
|
|
7662
|
+ "hideInGraph": false,
|
|
7663
|
+ "domain": "Name"
|
|
7664
|
+ },
|
|
7665
|
+ {
|
|
7666
|
+ "defKey": "phone",
|
|
7667
|
+ "defName": "手机号",
|
|
7668
|
+ "comment": "",
|
|
7669
|
+ "type": "VARCHAR",
|
|
7670
|
+ "len": "60",
|
|
7671
|
+ "scale": "",
|
|
7672
|
+ "primaryKey": false,
|
|
7673
|
+ "notNull": false,
|
|
7674
|
+ "autoIncrement": false,
|
|
7675
|
+ "defaultValue": "",
|
|
7676
|
+ "hideInGraph": false,
|
|
7677
|
+ "domain": "DefaultString"
|
|
7678
|
+ },
|
|
7679
|
+ {
|
|
7680
|
+ "defKey": "person_id",
|
|
7681
|
+ "defName": "关联人员",
|
|
7682
|
+ "comment": "",
|
|
7683
|
+ "type": "VARCHAR",
|
|
7684
|
+ "len": 32,
|
|
7685
|
+ "scale": "",
|
|
7686
|
+ "primaryKey": false,
|
|
7687
|
+ "notNull": false,
|
|
7688
|
+ "autoIncrement": false,
|
|
7689
|
+ "defaultValue": "",
|
|
7690
|
+ "hideInGraph": false,
|
|
7691
|
+ "domain": "IdOrKey"
|
|
7692
|
+ },
|
|
7693
|
+ {
|
|
7694
|
+ "defKey": "is_manager",
|
|
7695
|
+ "defName": "是否管理员",
|
|
7696
|
+ "comment": "",
|
|
7697
|
+ "type": "INT",
|
|
7698
|
+ "len": "1",
|
|
7699
|
+ "scale": "",
|
|
7700
|
+ "primaryKey": false,
|
|
7701
|
+ "notNull": false,
|
|
7702
|
+ "autoIncrement": false,
|
|
7703
|
+ "defaultValue": "",
|
|
7704
|
+ "hideInGraph": false,
|
|
7705
|
+ "domain": "YesNo"
|
|
7706
|
+ },
|
|
7707
|
+ {
|
|
7708
|
+ "defKey": "status",
|
|
7709
|
+ "defName": "状态",
|
|
7710
|
+ "comment": "",
|
|
7711
|
+ "type": "INT",
|
|
7712
|
+ "len": "",
|
|
7713
|
+ "scale": "",
|
|
7714
|
+ "primaryKey": false,
|
|
7715
|
+ "notNull": false,
|
|
7716
|
+ "autoIncrement": false,
|
|
7717
|
+ "defaultValue": "1",
|
|
7718
|
+ "hideInGraph": false,
|
|
7719
|
+ "domain": "Int"
|
|
7720
|
+ },
|
|
7721
|
+ {
|
|
7722
|
+ "defKey": "create_date",
|
|
7723
|
+ "defName": "创建时间",
|
|
7724
|
+ "comment": "",
|
|
7725
|
+ "type": "DATETIME",
|
|
7726
|
+ "len": "",
|
|
7727
|
+ "scale": "",
|
|
7728
|
+ "primaryKey": false,
|
|
7729
|
+ "notNull": false,
|
|
7730
|
+ "autoIncrement": false,
|
|
7731
|
+ "defaultValue": "CURRENT_TIMESTAMP",
|
|
7732
|
+ "hideInGraph": false,
|
|
7733
|
+ "domain": "DateTime"
|
|
7734
|
+ }
|
|
7735
|
+ ],
|
|
7736
|
+ "correlations": [],
|
|
7737
|
+ "indexes": []
|
7508
|
7738
|
}
|
7509
|
7739
|
],
|
7510
|
7740
|
"views": [],
|
|
@@ -7567,7 +7797,8 @@
|
7567
|
7797
|
"ta_order_commission",
|
7568
|
7798
|
"ta_feedback",
|
7569
|
7799
|
"ta_order_pay",
|
7570
|
|
- "ta_search"
|
|
7800
|
+ "ta_search",
|
|
7801
|
+ "ta_shop_worker"
|
7571
|
7802
|
],
|
7572
|
7803
|
"refViews": [],
|
7573
|
7804
|
"refDiagrams": [],
|