|
@@ -1237,6 +1237,22 @@
|
1237
|
1237
|
"notNull": true,
|
1238
|
1238
|
"defaultValue": "0"
|
1239
|
1239
|
},
|
|
1240
|
+ {
|
|
1241
|
+ "name": "first_nums",
|
|
1242
|
+ "type": "TINYINT",
|
|
1243
|
+ "remark": "",
|
|
1244
|
+ "chnname": "前区数字个数",
|
|
1245
|
+ "notNull": true,
|
|
1246
|
+ "defaultValue": "0"
|
|
1247
|
+ },
|
|
1248
|
+ {
|
|
1249
|
+ "name": "second_nums",
|
|
1250
|
+ "type": "TINYINT",
|
|
1251
|
+ "remark": "",
|
|
1252
|
+ "chnname": "后区数字个数",
|
|
1253
|
+ "notNull": true,
|
|
1254
|
+ "defaultValue": "0"
|
|
1255
|
+ },
|
1240
|
1256
|
{
|
1241
|
1257
|
"name": "is_local",
|
1242
|
1258
|
"type": "ENUM",
|
|
@@ -3163,6 +3179,13 @@
|
3163
|
3179
|
"chnname": "条目编号",
|
3164
|
3180
|
"notNull": true
|
3165
|
3181
|
},
|
|
3182
|
+ {
|
|
3183
|
+ "name": "match_id",
|
|
3184
|
+ "type": "Integer",
|
|
3185
|
+ "remark": "",
|
|
3186
|
+ "chnname": "比赛ID",
|
|
3187
|
+ "notNull": true
|
|
3188
|
+ },
|
3166
|
3189
|
{
|
3167
|
3190
|
"name": "way_code",
|
3168
|
3191
|
"type": "LongKey",
|
|
@@ -3182,7 +3205,7 @@
|
3182
|
3205
|
"name": "odds",
|
3183
|
3206
|
"type": "DefaultString",
|
3184
|
3207
|
"remark": "",
|
3185
|
|
- "chnname": "赔率",
|
|
3208
|
+ "chnname": "下单时赔率",
|
3186
|
3209
|
"notNull": true
|
3187
|
3210
|
},
|
3188
|
3211
|
{
|
|
@@ -3265,6 +3288,348 @@
|
3265
|
3288
|
}
|
3266
|
3289
|
],
|
3267
|
3290
|
"chnname": "体彩方案玩法明细"
|
|
3291
|
+ },
|
|
3292
|
+ {
|
|
3293
|
+ "title": "ta_customer_betting",
|
|
3294
|
+ "fields": [
|
|
3295
|
+ {
|
|
3296
|
+ "name": "betting_id",
|
|
3297
|
+ "type": "Integer",
|
|
3298
|
+ "remark": "",
|
|
3299
|
+ "chnname": "投注ID",
|
|
3300
|
+ "pk": true,
|
|
3301
|
+ "notNull": true,
|
|
3302
|
+ "autoIncrement": true
|
|
3303
|
+ },
|
|
3304
|
+ {
|
|
3305
|
+ "name": "customer_id",
|
|
3306
|
+ "type": "Integer",
|
|
3307
|
+ "remark": "",
|
|
3308
|
+ "chnname": "投注人",
|
|
3309
|
+ "notNull": true
|
|
3310
|
+ },
|
|
3311
|
+ {
|
|
3312
|
+ "name": "customer_name",
|
|
3313
|
+ "type": "Name",
|
|
3314
|
+ "remark": "",
|
|
3315
|
+ "chnname": "投注人姓名"
|
|
3316
|
+ },
|
|
3317
|
+ {
|
|
3318
|
+ "name": "shop_id",
|
|
3319
|
+ "type": "Integer",
|
|
3320
|
+ "remark": "",
|
|
3321
|
+ "chnname": "投注店铺",
|
|
3322
|
+ "notNull": true
|
|
3323
|
+ },
|
|
3324
|
+ {
|
|
3325
|
+ "name": "shop_name",
|
|
3326
|
+ "type": "Name",
|
|
3327
|
+ "remark": "",
|
|
3328
|
+ "chnname": "店铺名称"
|
|
3329
|
+ },
|
|
3330
|
+ {
|
|
3331
|
+ "name": "plan_id",
|
|
3332
|
+ "type": "Integer",
|
|
3333
|
+ "remark": "",
|
|
3334
|
+ "chnname": "投注方案",
|
|
3335
|
+ "notNull": true
|
|
3336
|
+ },
|
|
3337
|
+ {
|
|
3338
|
+ "name": "plan_name",
|
|
3339
|
+ "type": "Name",
|
|
3340
|
+ "remark": "",
|
|
3341
|
+ "chnname": "方案简称"
|
|
3342
|
+ },
|
|
3343
|
+ {
|
|
3344
|
+ "name": "lottery_id",
|
|
3345
|
+ "type": "IdOrKey",
|
|
3346
|
+ "remark": "",
|
|
3347
|
+ "chnname": "投注彩种",
|
|
3348
|
+ "notNull": true
|
|
3349
|
+ },
|
|
3350
|
+ {
|
|
3351
|
+ "name": "lottery_name",
|
|
3352
|
+ "type": "Name",
|
|
3353
|
+ "remark": "",
|
|
3354
|
+ "chnname": "彩种名称"
|
|
3355
|
+ },
|
|
3356
|
+ {
|
|
3357
|
+ "name": "issue_no",
|
|
3358
|
+ "type": "DefaultString",
|
|
3359
|
+ "remark": "",
|
|
3360
|
+ "chnname": "投注期数"
|
|
3361
|
+ },
|
|
3362
|
+ {
|
|
3363
|
+ "name": "betting_times",
|
|
3364
|
+ "type": "TINYINT",
|
|
3365
|
+ "remark": "",
|
|
3366
|
+ "chnname": "投注倍数",
|
|
3367
|
+ "notNull": true,
|
|
3368
|
+ "defaultValue": "0"
|
|
3369
|
+ },
|
|
3370
|
+ {
|
|
3371
|
+ "name": "is_add",
|
|
3372
|
+ "type": "ENUM",
|
|
3373
|
+ "remark": "",
|
|
3374
|
+ "chnname": "是否追加",
|
|
3375
|
+ "notNull": true,
|
|
3376
|
+ "defaultValue": "0"
|
|
3377
|
+ },
|
|
3378
|
+ {
|
|
3379
|
+ "name": "notes_num",
|
|
3380
|
+ "type": "Integer",
|
|
3381
|
+ "remark": "",
|
|
3382
|
+ "chnname": "总注数",
|
|
3383
|
+ "notNull": true,
|
|
3384
|
+ "defaultValue": "0"
|
|
3385
|
+ },
|
|
3386
|
+ {
|
|
3387
|
+ "name": "total_price",
|
|
3388
|
+ "type": "Integer",
|
|
3389
|
+ "remark": "单位分",
|
|
3390
|
+ "chnname": "投注金额",
|
|
3391
|
+ "notNull": true,
|
|
3392
|
+ "defaultValue": "0"
|
|
3393
|
+ },
|
|
3394
|
+ {
|
|
3395
|
+ "name": "expected_earning",
|
|
3396
|
+ "type": "ShortString",
|
|
3397
|
+ "remark": "",
|
|
3398
|
+ "chnname": "预期收益",
|
|
3399
|
+ "notNull": true,
|
|
3400
|
+ "defaultValue": "0"
|
|
3401
|
+ },
|
|
3402
|
+ {
|
|
3403
|
+ "name": "is_printed",
|
|
3404
|
+ "type": "ENUM",
|
|
3405
|
+ "remark": "",
|
|
3406
|
+ "chnname": "是否打单",
|
|
3407
|
+ "notNull": true,
|
|
3408
|
+ "defaultValue": "0"
|
|
3409
|
+ },
|
|
3410
|
+ {
|
|
3411
|
+ "name": "lottery_picture",
|
|
3412
|
+ "type": "LongText",
|
|
3413
|
+ "remark": "",
|
|
3414
|
+ "chnname": "彩票图片"
|
|
3415
|
+ },
|
|
3416
|
+ {
|
|
3417
|
+ "name": "is_open",
|
|
3418
|
+ "type": "ENUM",
|
|
3419
|
+ "remark": "",
|
|
3420
|
+ "chnname": "是否开奖",
|
|
3421
|
+ "notNull": true,
|
|
3422
|
+ "defaultValue": "0"
|
|
3423
|
+ },
|
|
3424
|
+ {
|
|
3425
|
+ "name": "is_winning",
|
|
3426
|
+ "type": "ENUM",
|
|
3427
|
+ "remark": "",
|
|
3428
|
+ "chnname": "是否中奖",
|
|
3429
|
+ "notNull": true,
|
|
3430
|
+ "defaultValue": "0"
|
|
3431
|
+ },
|
|
3432
|
+ {
|
|
3433
|
+ "name": "win_level",
|
|
3434
|
+ "type": "DefaultString",
|
|
3435
|
+ "remark": "",
|
|
3436
|
+ "chnname": "中奖等级"
|
|
3437
|
+ },
|
|
3438
|
+ {
|
|
3439
|
+ "name": "win_amount",
|
|
3440
|
+ "type": "Integer",
|
|
3441
|
+ "remark": "单位分",
|
|
3442
|
+ "chnname": "中奖金额"
|
|
3443
|
+ },
|
|
3444
|
+ {
|
|
3445
|
+ "name": "create_date",
|
|
3446
|
+ "type": "DateTime",
|
|
3447
|
+ "remark": "",
|
|
3448
|
+ "chnname": "投注时间",
|
|
3449
|
+ "notNull": true,
|
|
3450
|
+ "defaultValue": "CURRENT_TIMESTAMP"
|
|
3451
|
+ },
|
|
3452
|
+ {
|
|
3453
|
+ "name": "status",
|
|
3454
|
+ "type": "ENUM",
|
|
3455
|
+ "remark": "",
|
|
3456
|
+ "chnname": "状态",
|
|
3457
|
+ "notNull": true,
|
|
3458
|
+ "defaultValue": "1"
|
|
3459
|
+ }
|
|
3460
|
+ ],
|
|
3461
|
+ "indexs": [],
|
|
3462
|
+ "headers": [
|
|
3463
|
+ {
|
|
3464
|
+ "fieldName": "chnname",
|
|
3465
|
+ "relationNoShow": false
|
|
3466
|
+ },
|
|
3467
|
+ {
|
|
3468
|
+ "fieldName": "name",
|
|
3469
|
+ "relationNoShow": false
|
|
3470
|
+ },
|
|
3471
|
+ {
|
|
3472
|
+ "fieldName": "type",
|
|
3473
|
+ "relationNoShow": false
|
|
3474
|
+ },
|
|
3475
|
+ {
|
|
3476
|
+ "fieldName": "dataType",
|
|
3477
|
+ "relationNoShow": true
|
|
3478
|
+ },
|
|
3479
|
+ {
|
|
3480
|
+ "fieldName": "remark",
|
|
3481
|
+ "relationNoShow": true
|
|
3482
|
+ },
|
|
3483
|
+ {
|
|
3484
|
+ "fieldName": "pk",
|
|
3485
|
+ "relationNoShow": false
|
|
3486
|
+ },
|
|
3487
|
+ {
|
|
3488
|
+ "fieldName": "notNull",
|
|
3489
|
+ "relationNoShow": true
|
|
3490
|
+ },
|
|
3491
|
+ {
|
|
3492
|
+ "fieldName": "autoIncrement",
|
|
3493
|
+ "relationNoShow": true
|
|
3494
|
+ },
|
|
3495
|
+ {
|
|
3496
|
+ "fieldName": "defaultValue",
|
|
3497
|
+ "relationNoShow": true
|
|
3498
|
+ },
|
|
3499
|
+ {
|
|
3500
|
+ "fieldName": "relationNoShow",
|
|
3501
|
+ "relationNoShow": true
|
|
3502
|
+ },
|
|
3503
|
+ {
|
|
3504
|
+ "fieldName": "uiHint",
|
|
3505
|
+ "relationNoShow": true
|
|
3506
|
+ }
|
|
3507
|
+ ],
|
|
3508
|
+ "chnname": "客户投注"
|
|
3509
|
+ },
|
|
3510
|
+ {
|
|
3511
|
+ "title": "ta_customer_betting_sport",
|
|
3512
|
+ "fields": [
|
|
3513
|
+ {
|
|
3514
|
+ "name": "serial_no",
|
|
3515
|
+ "type": "Integer",
|
|
3516
|
+ "remark": "",
|
|
3517
|
+ "chnname": "序号",
|
|
3518
|
+ "pk": true,
|
|
3519
|
+ "notNull": true,
|
|
3520
|
+ "autoIncrement": true
|
|
3521
|
+ },
|
|
3522
|
+ {
|
|
3523
|
+ "name": "betting_id",
|
|
3524
|
+ "type": "Integer",
|
|
3525
|
+ "remark": "",
|
|
3526
|
+ "chnname": "投注ID",
|
|
3527
|
+ "notNull": true
|
|
3528
|
+ },
|
|
3529
|
+ {
|
|
3530
|
+ "name": "item_no",
|
|
3531
|
+ "type": "Integer",
|
|
3532
|
+ "remark": "",
|
|
3533
|
+ "chnname": "方案条目",
|
|
3534
|
+ "notNull": true
|
|
3535
|
+ },
|
|
3536
|
+ {
|
|
3537
|
+ "name": "detail_no",
|
|
3538
|
+ "type": "Integer",
|
|
3539
|
+ "remark": "",
|
|
3540
|
+ "chnname": "方案明细ID",
|
|
3541
|
+ "notNull": true
|
|
3542
|
+ },
|
|
3543
|
+ {
|
|
3544
|
+ "name": "match_id",
|
|
3545
|
+ "type": "Integer",
|
|
3546
|
+ "remark": "",
|
|
3547
|
+ "chnname": "比赛ID",
|
|
3548
|
+ "notNull": true
|
|
3549
|
+ },
|
|
3550
|
+ {
|
|
3551
|
+ "name": "rule_code",
|
|
3552
|
+ "type": "IdOrKey",
|
|
3553
|
+ "remark": "",
|
|
3554
|
+ "chnname": "赛制编码"
|
|
3555
|
+ },
|
|
3556
|
+ {
|
|
3557
|
+ "name": "odds_ordered",
|
|
3558
|
+ "type": "DefaultString",
|
|
3559
|
+ "remark": "",
|
|
3560
|
+ "chnname": "下单赔率"
|
|
3561
|
+ },
|
|
3562
|
+ {
|
|
3563
|
+ "name": "odds_printed",
|
|
3564
|
+ "type": "DefaultString",
|
|
3565
|
+ "remark": "",
|
|
3566
|
+ "chnname": "打单赔率"
|
|
3567
|
+ },
|
|
3568
|
+ {
|
|
3569
|
+ "name": "create_date",
|
|
3570
|
+ "type": "DateTime",
|
|
3571
|
+ "remark": "",
|
|
3572
|
+ "chnname": "创建时间",
|
|
3573
|
+ "notNull": true,
|
|
3574
|
+ "defaultValue": "CURRENT_TIMESTAMP"
|
|
3575
|
+ },
|
|
3576
|
+ {
|
|
3577
|
+ "name": "status",
|
|
3578
|
+ "type": "ENUM",
|
|
3579
|
+ "remark": "",
|
|
3580
|
+ "chnname": "状态",
|
|
3581
|
+ "notNull": true,
|
|
3582
|
+ "defaultValue": "1"
|
|
3583
|
+ }
|
|
3584
|
+ ],
|
|
3585
|
+ "indexs": [],
|
|
3586
|
+ "headers": [
|
|
3587
|
+ {
|
|
3588
|
+ "fieldName": "chnname",
|
|
3589
|
+ "relationNoShow": false
|
|
3590
|
+ },
|
|
3591
|
+ {
|
|
3592
|
+ "fieldName": "name",
|
|
3593
|
+ "relationNoShow": false
|
|
3594
|
+ },
|
|
3595
|
+ {
|
|
3596
|
+ "fieldName": "type",
|
|
3597
|
+ "relationNoShow": false
|
|
3598
|
+ },
|
|
3599
|
+ {
|
|
3600
|
+ "fieldName": "dataType",
|
|
3601
|
+ "relationNoShow": true
|
|
3602
|
+ },
|
|
3603
|
+ {
|
|
3604
|
+ "fieldName": "remark",
|
|
3605
|
+ "relationNoShow": true
|
|
3606
|
+ },
|
|
3607
|
+ {
|
|
3608
|
+ "fieldName": "pk",
|
|
3609
|
+ "relationNoShow": false
|
|
3610
|
+ },
|
|
3611
|
+ {
|
|
3612
|
+ "fieldName": "notNull",
|
|
3613
|
+ "relationNoShow": true
|
|
3614
|
+ },
|
|
3615
|
+ {
|
|
3616
|
+ "fieldName": "autoIncrement",
|
|
3617
|
+ "relationNoShow": true
|
|
3618
|
+ },
|
|
3619
|
+ {
|
|
3620
|
+ "fieldName": "defaultValue",
|
|
3621
|
+ "relationNoShow": true
|
|
3622
|
+ },
|
|
3623
|
+ {
|
|
3624
|
+ "fieldName": "relationNoShow",
|
|
3625
|
+ "relationNoShow": true
|
|
3626
|
+ },
|
|
3627
|
+ {
|
|
3628
|
+ "fieldName": "uiHint",
|
|
3629
|
+ "relationNoShow": true
|
|
3630
|
+ }
|
|
3631
|
+ ],
|
|
3632
|
+ "chnname": "客户投注竞彩明细"
|
3268
|
3633
|
}
|
3269
|
3634
|
],
|
3270
|
3635
|
"graphCanvas": {
|
|
@@ -5753,4 +6118,4 @@
|
5753
|
6118
|
"dbs": [],
|
5754
|
6119
|
"wordTemplateConfig": ""
|
5755
|
6120
|
}
|
5756
|
|
-}
|
|
6121
|
+}
|