Your Name 3 years ago
parent
commit
879185fa36
1 changed files with 399 additions and 168 deletions
  1. 399
    168
      十公里V2.chnr.json

+ 399
- 168
十公里V2.chnr.json View File

4
   "avatar": "",
4
   "avatar": "",
5
   "version": "3.1.0",
5
   "version": "3.1.0",
6
   "createdTime": "2021-8-16 17:41:07",
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
   "dbConns": [],
8
   "dbConns": [],
9
   "profile": {
9
   "profile": {
10
     "default": {
10
     "default": {
1045
         {
1045
         {
1046
           "defKey": "amounts",
1046
           "defKey": "amounts",
1047
           "defName": "总金额",
1047
           "defName": "总金额",
1048
-          "comment": "",
1049
-          "type": "DECIMAL",
1050
-          "len": 24,
1051
-          "scale": 6,
1048
+          "comment": "单位分",
1049
+          "type": "INT",
1050
+          "len": "",
1051
+          "scale": "",
1052
           "primaryKey": false,
1052
           "primaryKey": false,
1053
           "notNull": false,
1053
           "notNull": false,
1054
           "autoIncrement": false,
1054
           "autoIncrement": false,
1055
-          "defaultValue": "0.0",
1055
+          "defaultValue": "0",
1056
           "hideInGraph": false,
1056
           "hideInGraph": false,
1057
           "refDict": "",
1057
           "refDict": "",
1058
-          "domain": "Money"
1058
+          "domain": "Int"
1059
         },
1059
         },
1060
         {
1060
         {
1061
           "defKey": "brokerage_charges",
1061
           "defKey": "brokerage_charges",
1062
           "defName": "佣金",
1062
           "defName": "佣金",
1063
-          "comment": "",
1064
-          "type": "DECIMAL",
1065
-          "len": 24,
1066
-          "scale": 6,
1063
+          "comment": "单位分",
1064
+          "type": "INT",
1065
+          "len": "",
1066
+          "scale": "",
1067
           "primaryKey": false,
1067
           "primaryKey": false,
1068
           "notNull": false,
1068
           "notNull": false,
1069
           "autoIncrement": false,
1069
           "autoIncrement": false,
1070
-          "defaultValue": "0.0",
1070
+          "defaultValue": "0",
1071
           "hideInGraph": false,
1071
           "hideInGraph": false,
1072
           "refDict": "",
1072
           "refDict": "",
1073
-          "domain": "Money"
1073
+          "domain": "Int"
1074
         },
1074
         },
1075
         {
1075
         {
1076
           "defKey": "paid_charges",
1076
           "defKey": "paid_charges",
1077
           "defName": "已结佣金",
1077
           "defName": "已结佣金",
1078
-          "comment": "",
1079
-          "type": "DECIMAL",
1080
-          "len": 24,
1081
-          "scale": 6,
1078
+          "comment": "单位分",
1079
+          "type": "INT",
1080
+          "len": "",
1081
+          "scale": "",
1082
           "primaryKey": false,
1082
           "primaryKey": false,
1083
           "notNull": false,
1083
           "notNull": false,
1084
           "autoIncrement": false,
1084
           "autoIncrement": false,
1085
-          "defaultValue": "0.0",
1085
+          "defaultValue": "0",
1086
           "hideInGraph": false,
1086
           "hideInGraph": false,
1087
           "refDict": "",
1087
           "refDict": "",
1088
-          "domain": "Money"
1088
+          "domain": "Int"
1089
         },
1089
         },
1090
         {
1090
         {
1091
           "defKey": "create_date",
1091
           "defKey": "create_date",
1551
         {
1551
         {
1552
           "defKey": "amount",
1552
           "defKey": "amount",
1553
           "defName": "金额",
1553
           "defName": "金额",
1554
-          "comment": "",
1555
-          "type": "DECIMAL",
1556
-          "len": 24,
1557
-          "scale": 6,
1554
+          "comment": "单位分",
1555
+          "type": "INT",
1556
+          "len": "",
1557
+          "scale": "",
1558
           "primaryKey": false,
1558
           "primaryKey": false,
1559
           "notNull": false,
1559
           "notNull": false,
1560
           "autoIncrement": false,
1560
           "autoIncrement": false,
1561
-          "defaultValue": "0.0",
1561
+          "defaultValue": "0",
1562
           "hideInGraph": false,
1562
           "hideInGraph": false,
1563
           "refDict": "",
1563
           "refDict": "",
1564
-          "domain": "Money"
1564
+          "domain": "Int"
1565
         },
1565
         },
1566
         {
1566
         {
1567
           "defKey": "target_type",
1567
           "defKey": "target_type",
1754
           "refDict": "",
1754
           "refDict": "",
1755
           "domain": "IdOrKey"
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
           "defKey": "worker_name",
1773
           "defKey": "worker_name",
1759
           "defName": "名称",
1774
           "defName": "名称",
2352
         {
2367
         {
2353
           "defKey": "standard_price",
2368
           "defKey": "standard_price",
2354
           "defName": "门市价格",
2369
           "defName": "门市价格",
2355
-          "comment": "",
2356
-          "type": "DECIMAL",
2357
-          "len": 24,
2358
-          "scale": 6,
2370
+          "comment": "单位分",
2371
+          "type": "INT",
2372
+          "len": "",
2373
+          "scale": "",
2359
           "primaryKey": false,
2374
           "primaryKey": false,
2360
           "notNull": false,
2375
           "notNull": false,
2361
           "autoIncrement": false,
2376
           "autoIncrement": false,
2362
-          "defaultValue": "0.0",
2377
+          "defaultValue": "0",
2363
           "hideInGraph": false,
2378
           "hideInGraph": false,
2364
           "refDict": "",
2379
           "refDict": "",
2365
-          "domain": "Money"
2380
+          "domain": "Int"
2366
         },
2381
         },
2367
         {
2382
         {
2368
           "defKey": "actual_price",
2383
           "defKey": "actual_price",
2369
           "defName": "实售价格",
2384
           "defName": "实售价格",
2370
-          "comment": "",
2371
-          "type": "DECIMAL",
2372
-          "len": 24,
2373
-          "scale": 6,
2385
+          "comment": "单位分",
2386
+          "type": "INT",
2387
+          "len": "",
2388
+          "scale": "",
2374
           "primaryKey": false,
2389
           "primaryKey": false,
2375
           "notNull": false,
2390
           "notNull": false,
2376
           "autoIncrement": false,
2391
           "autoIncrement": false,
2377
-          "defaultValue": "0.0",
2392
+          "defaultValue": "0",
2378
           "hideInGraph": false,
2393
           "hideInGraph": false,
2379
           "refDict": "",
2394
           "refDict": "",
2380
-          "domain": "Money"
2395
+          "domain": "Int"
2381
         },
2396
         },
2382
         {
2397
         {
2383
           "defKey": "cashback",
2398
           "defKey": "cashback",
2384
           "defName": "返现",
2399
           "defName": "返现",
2385
-          "comment": "",
2386
-          "type": "DECIMAL",
2387
-          "len": 24,
2388
-          "scale": 6,
2400
+          "comment": "单位分",
2401
+          "type": "INT",
2402
+          "len": "",
2403
+          "scale": "",
2389
           "primaryKey": false,
2404
           "primaryKey": false,
2390
           "notNull": false,
2405
           "notNull": false,
2391
           "autoIncrement": false,
2406
           "autoIncrement": false,
2392
-          "defaultValue": "0.0",
2407
+          "defaultValue": "0",
2393
           "hideInGraph": false,
2408
           "hideInGraph": false,
2394
           "refDict": "",
2409
           "refDict": "",
2395
-          "domain": "Money"
2410
+          "domain": "Int"
2396
         },
2411
         },
2397
         {
2412
         {
2398
           "defKey": "start_time",
2413
           "defKey": "start_time",
3583
         {
3598
         {
3584
           "defKey": "traffic_rate",
3599
           "defKey": "traffic_rate",
3585
           "defName": "引流分成",
3600
           "defName": "引流分成",
3586
-          "comment": "",
3587
-          "type": "DECIMAL",
3588
-          "len": 24,
3589
-          "scale": 6,
3601
+          "comment": "单位千分之一",
3602
+          "type": "INT",
3603
+          "len": "",
3604
+          "scale": "",
3590
           "primaryKey": false,
3605
           "primaryKey": false,
3591
           "notNull": false,
3606
           "notNull": false,
3592
           "autoIncrement": false,
3607
           "autoIncrement": false,
3593
           "defaultValue": "0",
3608
           "defaultValue": "0",
3594
           "hideInGraph": false,
3609
           "hideInGraph": false,
3595
           "refDict": "",
3610
           "refDict": "",
3596
-          "domain": "Double"
3611
+          "domain": "Int"
3597
         },
3612
         },
3598
         {
3613
         {
3599
           "defKey": "platform_rate",
3614
           "defKey": "platform_rate",
3600
           "defName": "平台分成",
3615
           "defName": "平台分成",
3601
-          "comment": "",
3602
-          "type": "DECIMAL",
3603
-          "len": 24,
3604
-          "scale": 6,
3616
+          "comment": "单位千分之一",
3617
+          "type": "INT",
3618
+          "len": "",
3619
+          "scale": "",
3605
           "primaryKey": false,
3620
           "primaryKey": false,
3606
           "notNull": false,
3621
           "notNull": false,
3607
           "autoIncrement": false,
3622
           "autoIncrement": false,
3608
           "defaultValue": "0",
3623
           "defaultValue": "0",
3609
           "hideInGraph": false,
3624
           "hideInGraph": false,
3610
           "refDict": "",
3625
           "refDict": "",
3611
-          "domain": "Double"
3626
+          "domain": "Int"
3612
         },
3627
         },
3613
         {
3628
         {
3614
           "defKey": "is_strategy",
3629
           "defKey": "is_strategy",
5158
           "defKey": "amounts",
5173
           "defKey": "amounts",
5159
           "defName": "总金额",
5174
           "defName": "总金额",
5160
           "comment": "",
5175
           "comment": "",
5161
-          "type": "DECIMAL",
5162
-          "len": 24,
5163
-          "scale": 6,
5176
+          "type": "INT",
5177
+          "len": "",
5178
+          "scale": "",
5164
           "primaryKey": false,
5179
           "primaryKey": false,
5165
           "notNull": false,
5180
           "notNull": false,
5166
           "autoIncrement": false,
5181
           "autoIncrement": false,
5167
-          "defaultValue": "0.0",
5182
+          "defaultValue": "0",
5168
           "hideInGraph": false,
5183
           "hideInGraph": false,
5169
           "refDict": "",
5184
           "refDict": "",
5170
-          "domain": "Money"
5185
+          "domain": "Int"
5171
         },
5186
         },
5172
         {
5187
         {
5173
           "defKey": "brokerage_charges",
5188
           "defKey": "brokerage_charges",
5174
           "defName": "佣金",
5189
           "defName": "佣金",
5175
           "comment": "",
5190
           "comment": "",
5176
-          "type": "DECIMAL",
5177
-          "len": 24,
5178
-          "scale": 6,
5191
+          "type": "INT",
5192
+          "len": "",
5193
+          "scale": "",
5179
           "primaryKey": false,
5194
           "primaryKey": false,
5180
           "notNull": false,
5195
           "notNull": false,
5181
           "autoIncrement": false,
5196
           "autoIncrement": false,
5182
-          "defaultValue": "0.0",
5197
+          "defaultValue": "0",
5183
           "hideInGraph": false,
5198
           "hideInGraph": false,
5184
           "refDict": "",
5199
           "refDict": "",
5185
-          "domain": "Money"
5200
+          "domain": "Int"
5186
         },
5201
         },
5187
         {
5202
         {
5188
           "defKey": "paid_charges",
5203
           "defKey": "paid_charges",
5189
           "defName": "已结佣金",
5204
           "defName": "已结佣金",
5190
           "comment": "",
5205
           "comment": "",
5191
-          "type": "DECIMAL",
5192
-          "len": 24,
5193
-          "scale": 6,
5206
+          "type": "INT",
5207
+          "len": "",
5208
+          "scale": "",
5194
           "primaryKey": false,
5209
           "primaryKey": false,
5195
           "notNull": false,
5210
           "notNull": false,
5196
           "autoIncrement": false,
5211
           "autoIncrement": false,
5197
-          "defaultValue": "0.0",
5212
+          "defaultValue": "0",
5198
           "hideInGraph": false,
5213
           "hideInGraph": false,
5199
           "refDict": "",
5214
           "refDict": "",
5200
-          "domain": "Money"
5215
+          "domain": "Int"
5201
         },
5216
         },
5202
         {
5217
         {
5203
           "defKey": "create_date",
5218
           "defKey": "create_date",
5380
         {
5395
         {
5381
           "defKey": "amount",
5396
           "defKey": "amount",
5382
           "defName": "金额",
5397
           "defName": "金额",
5383
-          "comment": "",
5384
-          "type": "DECIMAL",
5385
-          "len": 24,
5386
-          "scale": 6,
5398
+          "comment": "单位分",
5399
+          "type": "INT",
5400
+          "len": "",
5401
+          "scale": "",
5387
           "primaryKey": false,
5402
           "primaryKey": false,
5388
           "notNull": false,
5403
           "notNull": false,
5389
           "autoIncrement": false,
5404
           "autoIncrement": false,
5390
-          "defaultValue": "0.0",
5405
+          "defaultValue": "0",
5391
           "hideInGraph": false,
5406
           "hideInGraph": false,
5392
           "refDict": "",
5407
           "refDict": "",
5393
-          "domain": "Money"
5408
+          "domain": "Int"
5394
         },
5409
         },
5395
         {
5410
         {
5396
           "defKey": "target_type",
5411
           "defKey": "target_type",
5603
         {
5618
         {
5604
           "defKey": "amounts",
5619
           "defKey": "amounts",
5605
           "defName": "总金额",
5620
           "defName": "总金额",
5606
-          "comment": "",
5607
-          "type": "DECIMAL",
5608
-          "len": 24,
5609
-          "scale": 6,
5621
+          "comment": "单位分",
5622
+          "type": "INT",
5623
+          "len": "",
5624
+          "scale": "",
5610
           "primaryKey": false,
5625
           "primaryKey": false,
5611
           "notNull": false,
5626
           "notNull": false,
5612
           "autoIncrement": false,
5627
           "autoIncrement": false,
5613
-          "defaultValue": "0.0",
5628
+          "defaultValue": "0",
5614
           "hideInGraph": false,
5629
           "hideInGraph": false,
5615
           "refDict": "",
5630
           "refDict": "",
5616
-          "domain": "Money"
5631
+          "domain": "Int"
5617
         },
5632
         },
5618
         {
5633
         {
5619
           "defKey": "cashback_charges",
5634
           "defKey": "cashback_charges",
5620
           "defName": "返现总金额",
5635
           "defName": "返现总金额",
5621
-          "comment": "",
5622
-          "type": "DECIMAL",
5623
-          "len": 24,
5624
-          "scale": 6,
5636
+          "comment": "单位分",
5637
+          "type": "INT",
5638
+          "len": "",
5639
+          "scale": "",
5625
           "primaryKey": false,
5640
           "primaryKey": false,
5626
           "notNull": false,
5641
           "notNull": false,
5627
           "autoIncrement": false,
5642
           "autoIncrement": false,
5628
-          "defaultValue": "0.0",
5643
+          "defaultValue": "0",
5629
           "hideInGraph": false,
5644
           "hideInGraph": false,
5630
           "refDict": "",
5645
           "refDict": "",
5631
-          "domain": "Money"
5646
+          "domain": "Int"
5632
         },
5647
         },
5633
         {
5648
         {
5634
           "defKey": "paid_charges",
5649
           "defKey": "paid_charges",
5635
           "defName": "消费总金额",
5650
           "defName": "消费总金额",
5636
-          "comment": "",
5637
-          "type": "DECIMAL",
5638
-          "len": 24,
5639
-          "scale": 6,
5651
+          "comment": "单位分",
5652
+          "type": "INT",
5653
+          "len": "",
5654
+          "scale": "",
5640
           "primaryKey": false,
5655
           "primaryKey": false,
5641
           "notNull": false,
5656
           "notNull": false,
5642
           "autoIncrement": false,
5657
           "autoIncrement": false,
5643
-          "defaultValue": "0.0",
5658
+          "defaultValue": "0",
5644
           "hideInGraph": false,
5659
           "hideInGraph": false,
5645
           "refDict": "",
5660
           "refDict": "",
5646
-          "domain": "Money"
5661
+          "domain": "Int"
5647
         },
5662
         },
5648
         {
5663
         {
5649
           "defKey": "create_date",
5664
           "defKey": "create_date",
5826
         {
5841
         {
5827
           "defKey": "amount",
5842
           "defKey": "amount",
5828
           "defName": "金额",
5843
           "defName": "金额",
5829
-          "comment": "",
5830
-          "type": "DECIMAL",
5831
-          "len": 24,
5832
-          "scale": 6,
5844
+          "comment": "单位分",
5845
+          "type": "INT",
5846
+          "len": "",
5847
+          "scale": "",
5833
           "primaryKey": false,
5848
           "primaryKey": false,
5834
           "notNull": false,
5849
           "notNull": false,
5835
           "autoIncrement": false,
5850
           "autoIncrement": false,
5836
-          "defaultValue": "0.0",
5851
+          "defaultValue": "0",
5837
           "hideInGraph": false,
5852
           "hideInGraph": false,
5838
           "refDict": "",
5853
           "refDict": "",
5839
-          "domain": "Money"
5854
+          "domain": "Int"
5840
         },
5855
         },
5841
         {
5856
         {
5842
           "defKey": "target_type",
5857
           "defKey": "target_type",
6018
       "fields": [
6033
       "fields": [
6019
         {
6034
         {
6020
           "defKey": "order_id",
6035
           "defKey": "order_id",
6021
-          "defName": "",
6022
-          "comment": "",
6036
+          "defName": "订单ID",
6037
+          "comment": "订单号",
6023
           "type": "VARCHAR",
6038
           "type": "VARCHAR",
6024
           "len": 32,
6039
           "len": 32,
6025
           "scale": "",
6040
           "scale": "",
6031
           "refDict": "",
6046
           "refDict": "",
6032
           "domain": "IdOrKey"
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
           "defKey": "order_type",
6065
           "defKey": "order_type",
6036
-          "defName": "",
6066
+          "defName": "订单类型",
6037
           "comment": "",
6067
           "comment": "",
6038
           "type": "VARCHAR",
6068
           "type": "VARCHAR",
6039
           "len": "32",
6069
           "len": "32",
6048
         },
6078
         },
6049
         {
6079
         {
6050
           "defKey": "person_id",
6080
           "defKey": "person_id",
6051
-          "defName": "",
6081
+          "defName": "人员ID",
6052
           "comment": "",
6082
           "comment": "",
6053
           "type": "VARCHAR",
6083
           "type": "VARCHAR",
6054
           "len": 32,
6084
           "len": 32,
6063
         },
6093
         },
6064
         {
6094
         {
6065
           "defKey": "strategy_id",
6095
           "defKey": "strategy_id",
6066
-          "defName": "",
6096
+          "defName": "攻略ID",
6067
           "comment": "",
6097
           "comment": "",
6068
           "type": "VARCHAR",
6098
           "type": "VARCHAR",
6069
           "len": 32,
6099
           "len": 32,
6078
         },
6108
         },
6079
         {
6109
         {
6080
           "defKey": "charges",
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
           "primaryKey": false,
6116
           "primaryKey": false,
6087
           "notNull": false,
6117
           "notNull": false,
6088
           "autoIncrement": false,
6118
           "autoIncrement": false,
6089
-          "defaultValue": "",
6119
+          "defaultValue": "0",
6090
           "hideInGraph": false,
6120
           "hideInGraph": false,
6091
           "refDict": "",
6121
           "refDict": "",
6092
-          "domain": "Money"
6122
+          "domain": "Int"
6093
         },
6123
         },
6094
         {
6124
         {
6095
           "defKey": "status",
6125
           "defKey": "status",
6096
-          "defName": "",
6126
+          "defName": "状态",
6097
           "comment": "",
6127
           "comment": "",
6098
           "type": "INT",
6128
           "type": "INT",
6099
           "len": "",
6129
           "len": "",
6108
         },
6138
         },
6109
         {
6139
         {
6110
           "defKey": "create_date",
6140
           "defKey": "create_date",
6111
-          "defName": "",
6141
+          "defName": "创建时间",
6112
           "comment": "",
6142
           "comment": "",
6113
           "type": "DATETIME",
6143
           "type": "DATETIME",
6114
           "len": "",
6144
           "len": "",
6272
         {
6302
         {
6273
           "defKey": "charges",
6303
           "defKey": "charges",
6274
           "defName": "总金额",
6304
           "defName": "总金额",
6275
-          "comment": "",
6276
-          "type": "DECIMAL",
6277
-          "len": 24,
6278
-          "scale": 6,
6305
+          "comment": "单位分",
6306
+          "type": "INT",
6307
+          "len": "",
6308
+          "scale": "",
6279
           "primaryKey": false,
6309
           "primaryKey": false,
6280
           "notNull": false,
6310
           "notNull": false,
6281
           "autoIncrement": false,
6311
           "autoIncrement": false,
6282
-          "defaultValue": "0.0",
6312
+          "defaultValue": "0",
6283
           "hideInGraph": false,
6313
           "hideInGraph": false,
6284
           "refDict": "",
6314
           "refDict": "",
6285
-          "domain": "Money"
6315
+          "domain": "Int"
6286
         },
6316
         },
6287
         {
6317
         {
6288
           "defKey": "amount",
6318
           "defKey": "amount",
6302
         {
6332
         {
6303
           "defKey": "unit_price",
6333
           "defKey": "unit_price",
6304
           "defName": "单价",
6334
           "defName": "单价",
6305
-          "comment": "",
6306
-          "type": "DECIMAL",
6307
-          "len": 24,
6308
-          "scale": 6,
6335
+          "comment": "单位分",
6336
+          "type": "INT",
6337
+          "len": "",
6338
+          "scale": "",
6309
           "primaryKey": false,
6339
           "primaryKey": false,
6310
           "notNull": false,
6340
           "notNull": false,
6311
           "autoIncrement": false,
6341
           "autoIncrement": false,
6312
-          "defaultValue": "0.0",
6342
+          "defaultValue": "0",
6313
           "hideInGraph": false,
6343
           "hideInGraph": false,
6314
           "refDict": "",
6344
           "refDict": "",
6315
-          "domain": "Money"
6345
+          "domain": "Int"
6316
         },
6346
         },
6317
         {
6347
         {
6318
           "defKey": "commission_charge",
6348
           "defKey": "commission_charge",
6319
           "defName": "抽成",
6349
           "defName": "抽成",
6320
-          "comment": "",
6321
-          "type": "DECIMAL",
6322
-          "len": 24,
6323
-          "scale": 6,
6350
+          "comment": "单位分",
6351
+          "type": "INT",
6352
+          "len": "",
6353
+          "scale": "",
6324
           "primaryKey": false,
6354
           "primaryKey": false,
6325
           "notNull": false,
6355
           "notNull": false,
6326
           "autoIncrement": false,
6356
           "autoIncrement": false,
6327
-          "defaultValue": "0.0",
6357
+          "defaultValue": "0",
6328
           "hideInGraph": false,
6358
           "hideInGraph": false,
6329
           "refDict": "",
6359
           "refDict": "",
6330
-          "domain": "Money"
6360
+          "domain": "Int"
6331
         },
6361
         },
6332
         {
6362
         {
6333
           "defKey": "cashback",
6363
           "defKey": "cashback",
6334
           "defName": "返现金额",
6364
           "defName": "返现金额",
6335
-          "comment": "",
6336
-          "type": "DECIMAL",
6337
-          "len": 24,
6338
-          "scale": 6,
6365
+          "comment": "单位分",
6366
+          "type": "INT",
6367
+          "len": "",
6368
+          "scale": "",
6339
           "primaryKey": false,
6369
           "primaryKey": false,
6340
           "notNull": false,
6370
           "notNull": false,
6341
           "autoIncrement": false,
6371
           "autoIncrement": false,
6342
-          "defaultValue": "0.0",
6372
+          "defaultValue": "0",
6343
           "hideInGraph": false,
6373
           "hideInGraph": false,
6344
           "refDict": "",
6374
           "refDict": "",
6345
-          "domain": "Money"
6375
+          "domain": "Int"
6346
         },
6376
         },
6347
         {
6377
         {
6348
           "defKey": "is_verified",
6378
           "defKey": "is_verified",
6540
         {
6570
         {
6541
           "defKey": "commission_rate",
6571
           "defKey": "commission_rate",
6542
           "defName": "抽成比例",
6572
           "defName": "抽成比例",
6543
-          "comment": "",
6544
-          "type": "DECIMAL",
6545
-          "len": 24,
6546
-          "scale": 6,
6573
+          "comment": "单位千分之一",
6574
+          "type": "INT",
6575
+          "len": "",
6576
+          "scale": "",
6547
           "primaryKey": false,
6577
           "primaryKey": false,
6548
           "notNull": false,
6578
           "notNull": false,
6549
           "autoIncrement": false,
6579
           "autoIncrement": false,
6550
           "defaultValue": "0",
6580
           "defaultValue": "0",
6551
           "hideInGraph": false,
6581
           "hideInGraph": false,
6552
           "refDict": "",
6582
           "refDict": "",
6553
-          "domain": "Double"
6583
+          "domain": "Int"
6554
         },
6584
         },
6555
         {
6585
         {
6556
           "defKey": "charge",
6586
           "defKey": "charge",
6557
           "defName": "抽成金额",
6587
           "defName": "抽成金额",
6558
-          "comment": "",
6559
-          "type": "DECIMAL",
6560
-          "len": 24,
6561
-          "scale": 6,
6588
+          "comment": "单位元",
6589
+          "type": "INT",
6590
+          "len": "",
6591
+          "scale": "",
6562
           "primaryKey": false,
6592
           "primaryKey": false,
6563
           "notNull": false,
6593
           "notNull": false,
6564
           "autoIncrement": false,
6594
           "autoIncrement": false,
6565
-          "defaultValue": "0.0",
6595
+          "defaultValue": "0",
6566
           "hideInGraph": false,
6596
           "hideInGraph": false,
6567
           "refDict": "",
6597
           "refDict": "",
6568
-          "domain": "Money"
6598
+          "domain": "Int"
6569
         },
6599
         },
6570
         {
6600
         {
6571
           "defKey": "create_date",
6601
           "defKey": "create_date",
6908
           "refDict": "",
6938
           "refDict": "",
6909
           "domain": "YesNo"
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
           "defKey": "charges",
6942
           "defKey": "charges",
6928
           "defName": "支付金额",
6943
           "defName": "支付金额",
6929
-          "comment": "",
6930
-          "type": "DECIMAL",
6931
-          "len": 24,
6932
-          "scale": 6,
6944
+          "comment": "单位分",
6945
+          "type": "INT",
6946
+          "len": "",
6947
+          "scale": "",
6933
           "primaryKey": false,
6948
           "primaryKey": false,
6934
           "notNull": false,
6949
           "notNull": false,
6935
           "autoIncrement": false,
6950
           "autoIncrement": false,
6936
           "defaultValue": "0.0",
6951
           "defaultValue": "0.0",
6937
           "hideInGraph": false,
6952
           "hideInGraph": false,
6938
           "refDict": "",
6953
           "refDict": "",
6939
-          "domain": "Money"
6954
+          "domain": "Int"
6940
         },
6955
         },
6941
         {
6956
         {
6942
           "defKey": "status",
6957
           "defKey": "status",
6953
           "refDict": "",
6968
           "refDict": "",
6954
           "domain": "Int"
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
           "defKey": "create_date",
6987
           "defKey": "create_date",
6958
           "defName": "创建时间",
6988
           "defName": "创建时间",
7505
       ],
7535
       ],
7506
       "correlations": [],
7536
       "correlations": [],
7507
       "indexes": []
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
   "views": [],
7740
   "views": [],
7567
         "ta_order_commission",
7797
         "ta_order_commission",
7568
         "ta_feedback",
7798
         "ta_feedback",
7569
         "ta_order_pay",
7799
         "ta_order_pay",
7570
-        "ta_search"
7800
+        "ta_search",
7801
+        "ta_shop_worker"
7571
       ],
7802
       ],
7572
       "refViews": [],
7803
       "refViews": [],
7573
       "refDiagrams": [],
7804
       "refDiagrams": [],