|
@@ -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",
|
|
@@ -3270,6 +3286,13 @@
|
3270
|
3286
|
"chnname": "条目编号",
|
3271
|
3287
|
"notNull": true
|
3272
|
3288
|
},
|
|
3289
|
+ {
|
|
3290
|
+ "name": "match_id",
|
|
3291
|
+ "type": "Integer",
|
|
3292
|
+ "remark": "",
|
|
3293
|
+ "chnname": "比赛ID",
|
|
3294
|
+ "notNull": true
|
|
3295
|
+ },
|
3273
|
3296
|
{
|
3274
|
3297
|
"name": "way_code",
|
3275
|
3298
|
"type": "LongKey",
|
|
@@ -3289,7 +3312,7 @@
|
3289
|
3312
|
"name": "odds",
|
3290
|
3313
|
"type": "DefaultString",
|
3291
|
3314
|
"remark": "",
|
3292
|
|
- "chnname": "赔率",
|
|
3315
|
+ "chnname": "下单时赔率",
|
3293
|
3316
|
"notNull": true
|
3294
|
3317
|
},
|
3295
|
3318
|
{
|
|
@@ -3297,8 +3320,8 @@
|
3297
|
3320
|
"type": "LongKey",
|
3298
|
3321
|
"remark": "",
|
3299
|
3322
|
"chnname": "赛制编码",
|
3300
|
|
- "pk": true,
|
3301
|
|
- "notNull": true
|
|
3323
|
+ "pk": false,
|
|
3324
|
+ "notNull": false
|
3302
|
3325
|
},
|
3303
|
3326
|
{
|
3304
|
3327
|
"name": "rule_name",
|
|
@@ -3372,6 +3395,348 @@
|
3372
|
3395
|
}
|
3373
|
3396
|
],
|
3374
|
3397
|
"chnname": "体彩方案玩法明细"
|
|
3398
|
+ },
|
|
3399
|
+ {
|
|
3400
|
+ "title": "ta_customer_betting",
|
|
3401
|
+ "fields": [
|
|
3402
|
+ {
|
|
3403
|
+ "name": "betting_id",
|
|
3404
|
+ "type": "Integer",
|
|
3405
|
+ "remark": "",
|
|
3406
|
+ "chnname": "投注ID",
|
|
3407
|
+ "pk": true,
|
|
3408
|
+ "notNull": true,
|
|
3409
|
+ "autoIncrement": true
|
|
3410
|
+ },
|
|
3411
|
+ {
|
|
3412
|
+ "name": "customer_id",
|
|
3413
|
+ "type": "Integer",
|
|
3414
|
+ "remark": "",
|
|
3415
|
+ "chnname": "投注人",
|
|
3416
|
+ "notNull": true
|
|
3417
|
+ },
|
|
3418
|
+ {
|
|
3419
|
+ "name": "customer_name",
|
|
3420
|
+ "type": "Name",
|
|
3421
|
+ "remark": "",
|
|
3422
|
+ "chnname": "投注人姓名"
|
|
3423
|
+ },
|
|
3424
|
+ {
|
|
3425
|
+ "name": "shop_id",
|
|
3426
|
+ "type": "Integer",
|
|
3427
|
+ "remark": "",
|
|
3428
|
+ "chnname": "投注店铺",
|
|
3429
|
+ "notNull": true
|
|
3430
|
+ },
|
|
3431
|
+ {
|
|
3432
|
+ "name": "shop_name",
|
|
3433
|
+ "type": "Name",
|
|
3434
|
+ "remark": "",
|
|
3435
|
+ "chnname": "店铺名称"
|
|
3436
|
+ },
|
|
3437
|
+ {
|
|
3438
|
+ "name": "plan_id",
|
|
3439
|
+ "type": "Integer",
|
|
3440
|
+ "remark": "",
|
|
3441
|
+ "chnname": "投注方案",
|
|
3442
|
+ "notNull": true
|
|
3443
|
+ },
|
|
3444
|
+ {
|
|
3445
|
+ "name": "plan_name",
|
|
3446
|
+ "type": "Name",
|
|
3447
|
+ "remark": "",
|
|
3448
|
+ "chnname": "方案简称"
|
|
3449
|
+ },
|
|
3450
|
+ {
|
|
3451
|
+ "name": "lottery_id",
|
|
3452
|
+ "type": "IdOrKey",
|
|
3453
|
+ "remark": "",
|
|
3454
|
+ "chnname": "投注彩种",
|
|
3455
|
+ "notNull": true
|
|
3456
|
+ },
|
|
3457
|
+ {
|
|
3458
|
+ "name": "lottery_name",
|
|
3459
|
+ "type": "Name",
|
|
3460
|
+ "remark": "",
|
|
3461
|
+ "chnname": "彩种名称"
|
|
3462
|
+ },
|
|
3463
|
+ {
|
|
3464
|
+ "name": "issue_no",
|
|
3465
|
+ "type": "DefaultString",
|
|
3466
|
+ "remark": "",
|
|
3467
|
+ "chnname": "投注期数"
|
|
3468
|
+ },
|
|
3469
|
+ {
|
|
3470
|
+ "name": "betting_times",
|
|
3471
|
+ "type": "TINYINT",
|
|
3472
|
+ "remark": "",
|
|
3473
|
+ "chnname": "投注倍数",
|
|
3474
|
+ "notNull": true,
|
|
3475
|
+ "defaultValue": "0"
|
|
3476
|
+ },
|
|
3477
|
+ {
|
|
3478
|
+ "name": "is_add",
|
|
3479
|
+ "type": "ENUM",
|
|
3480
|
+ "remark": "",
|
|
3481
|
+ "chnname": "是否追加",
|
|
3482
|
+ "notNull": true,
|
|
3483
|
+ "defaultValue": "0"
|
|
3484
|
+ },
|
|
3485
|
+ {
|
|
3486
|
+ "name": "notes_num",
|
|
3487
|
+ "type": "Integer",
|
|
3488
|
+ "remark": "",
|
|
3489
|
+ "chnname": "总注数",
|
|
3490
|
+ "notNull": true,
|
|
3491
|
+ "defaultValue": "0"
|
|
3492
|
+ },
|
|
3493
|
+ {
|
|
3494
|
+ "name": "total_price",
|
|
3495
|
+ "type": "Integer",
|
|
3496
|
+ "remark": "单位分",
|
|
3497
|
+ "chnname": "投注金额",
|
|
3498
|
+ "notNull": true,
|
|
3499
|
+ "defaultValue": "0"
|
|
3500
|
+ },
|
|
3501
|
+ {
|
|
3502
|
+ "name": "expected_earning",
|
|
3503
|
+ "type": "ShortString",
|
|
3504
|
+ "remark": "",
|
|
3505
|
+ "chnname": "预期收益",
|
|
3506
|
+ "notNull": true,
|
|
3507
|
+ "defaultValue": "0"
|
|
3508
|
+ },
|
|
3509
|
+ {
|
|
3510
|
+ "name": "is_printed",
|
|
3511
|
+ "type": "ENUM",
|
|
3512
|
+ "remark": "",
|
|
3513
|
+ "chnname": "是否打单",
|
|
3514
|
+ "notNull": true,
|
|
3515
|
+ "defaultValue": "0"
|
|
3516
|
+ },
|
|
3517
|
+ {
|
|
3518
|
+ "name": "lottery_picture",
|
|
3519
|
+ "type": "LongText",
|
|
3520
|
+ "remark": "",
|
|
3521
|
+ "chnname": "彩票图片"
|
|
3522
|
+ },
|
|
3523
|
+ {
|
|
3524
|
+ "name": "is_open",
|
|
3525
|
+ "type": "ENUM",
|
|
3526
|
+ "remark": "",
|
|
3527
|
+ "chnname": "是否开奖",
|
|
3528
|
+ "notNull": true,
|
|
3529
|
+ "defaultValue": "0"
|
|
3530
|
+ },
|
|
3531
|
+ {
|
|
3532
|
+ "name": "is_winning",
|
|
3533
|
+ "type": "ENUM",
|
|
3534
|
+ "remark": "",
|
|
3535
|
+ "chnname": "是否中奖",
|
|
3536
|
+ "notNull": true,
|
|
3537
|
+ "defaultValue": "0"
|
|
3538
|
+ },
|
|
3539
|
+ {
|
|
3540
|
+ "name": "win_level",
|
|
3541
|
+ "type": "DefaultString",
|
|
3542
|
+ "remark": "",
|
|
3543
|
+ "chnname": "中奖等级"
|
|
3544
|
+ },
|
|
3545
|
+ {
|
|
3546
|
+ "name": "win_amount",
|
|
3547
|
+ "type": "Integer",
|
|
3548
|
+ "remark": "单位分",
|
|
3549
|
+ "chnname": "中奖金额"
|
|
3550
|
+ },
|
|
3551
|
+ {
|
|
3552
|
+ "name": "create_date",
|
|
3553
|
+ "type": "DateTime",
|
|
3554
|
+ "remark": "",
|
|
3555
|
+ "chnname": "投注时间",
|
|
3556
|
+ "notNull": true,
|
|
3557
|
+ "defaultValue": "CURRENT_TIMESTAMP"
|
|
3558
|
+ },
|
|
3559
|
+ {
|
|
3560
|
+ "name": "status",
|
|
3561
|
+ "type": "ENUM",
|
|
3562
|
+ "remark": "",
|
|
3563
|
+ "chnname": "状态",
|
|
3564
|
+ "notNull": true,
|
|
3565
|
+ "defaultValue": "1"
|
|
3566
|
+ }
|
|
3567
|
+ ],
|
|
3568
|
+ "indexs": [],
|
|
3569
|
+ "headers": [
|
|
3570
|
+ {
|
|
3571
|
+ "fieldName": "chnname",
|
|
3572
|
+ "relationNoShow": false
|
|
3573
|
+ },
|
|
3574
|
+ {
|
|
3575
|
+ "fieldName": "name",
|
|
3576
|
+ "relationNoShow": false
|
|
3577
|
+ },
|
|
3578
|
+ {
|
|
3579
|
+ "fieldName": "type",
|
|
3580
|
+ "relationNoShow": false
|
|
3581
|
+ },
|
|
3582
|
+ {
|
|
3583
|
+ "fieldName": "dataType",
|
|
3584
|
+ "relationNoShow": true
|
|
3585
|
+ },
|
|
3586
|
+ {
|
|
3587
|
+ "fieldName": "remark",
|
|
3588
|
+ "relationNoShow": true
|
|
3589
|
+ },
|
|
3590
|
+ {
|
|
3591
|
+ "fieldName": "pk",
|
|
3592
|
+ "relationNoShow": false
|
|
3593
|
+ },
|
|
3594
|
+ {
|
|
3595
|
+ "fieldName": "notNull",
|
|
3596
|
+ "relationNoShow": true
|
|
3597
|
+ },
|
|
3598
|
+ {
|
|
3599
|
+ "fieldName": "autoIncrement",
|
|
3600
|
+ "relationNoShow": true
|
|
3601
|
+ },
|
|
3602
|
+ {
|
|
3603
|
+ "fieldName": "defaultValue",
|
|
3604
|
+ "relationNoShow": true
|
|
3605
|
+ },
|
|
3606
|
+ {
|
|
3607
|
+ "fieldName": "relationNoShow",
|
|
3608
|
+ "relationNoShow": true
|
|
3609
|
+ },
|
|
3610
|
+ {
|
|
3611
|
+ "fieldName": "uiHint",
|
|
3612
|
+ "relationNoShow": true
|
|
3613
|
+ }
|
|
3614
|
+ ],
|
|
3615
|
+ "chnname": "客户投注"
|
|
3616
|
+ },
|
|
3617
|
+ {
|
|
3618
|
+ "title": "ta_customer_betting_sport",
|
|
3619
|
+ "fields": [
|
|
3620
|
+ {
|
|
3621
|
+ "name": "serial_no",
|
|
3622
|
+ "type": "Integer",
|
|
3623
|
+ "remark": "",
|
|
3624
|
+ "chnname": "序号",
|
|
3625
|
+ "pk": true,
|
|
3626
|
+ "notNull": true,
|
|
3627
|
+ "autoIncrement": true
|
|
3628
|
+ },
|
|
3629
|
+ {
|
|
3630
|
+ "name": "betting_id",
|
|
3631
|
+ "type": "Integer",
|
|
3632
|
+ "remark": "",
|
|
3633
|
+ "chnname": "投注ID",
|
|
3634
|
+ "notNull": true
|
|
3635
|
+ },
|
|
3636
|
+ {
|
|
3637
|
+ "name": "item_no",
|
|
3638
|
+ "type": "Integer",
|
|
3639
|
+ "remark": "",
|
|
3640
|
+ "chnname": "方案条目",
|
|
3641
|
+ "notNull": true
|
|
3642
|
+ },
|
|
3643
|
+ {
|
|
3644
|
+ "name": "detail_no",
|
|
3645
|
+ "type": "Integer",
|
|
3646
|
+ "remark": "",
|
|
3647
|
+ "chnname": "方案明细ID",
|
|
3648
|
+ "notNull": true
|
|
3649
|
+ },
|
|
3650
|
+ {
|
|
3651
|
+ "name": "match_id",
|
|
3652
|
+ "type": "Integer",
|
|
3653
|
+ "remark": "",
|
|
3654
|
+ "chnname": "比赛ID",
|
|
3655
|
+ "notNull": true
|
|
3656
|
+ },
|
|
3657
|
+ {
|
|
3658
|
+ "name": "rule_code",
|
|
3659
|
+ "type": "IdOrKey",
|
|
3660
|
+ "remark": "",
|
|
3661
|
+ "chnname": "赛制编码"
|
|
3662
|
+ },
|
|
3663
|
+ {
|
|
3664
|
+ "name": "odds_ordered",
|
|
3665
|
+ "type": "DefaultString",
|
|
3666
|
+ "remark": "",
|
|
3667
|
+ "chnname": "下单赔率"
|
|
3668
|
+ },
|
|
3669
|
+ {
|
|
3670
|
+ "name": "odds_printed",
|
|
3671
|
+ "type": "DefaultString",
|
|
3672
|
+ "remark": "",
|
|
3673
|
+ "chnname": "打单赔率"
|
|
3674
|
+ },
|
|
3675
|
+ {
|
|
3676
|
+ "name": "create_date",
|
|
3677
|
+ "type": "DateTime",
|
|
3678
|
+ "remark": "",
|
|
3679
|
+ "chnname": "创建时间",
|
|
3680
|
+ "notNull": true,
|
|
3681
|
+ "defaultValue": "CURRENT_TIMESTAMP"
|
|
3682
|
+ },
|
|
3683
|
+ {
|
|
3684
|
+ "name": "status",
|
|
3685
|
+ "type": "ENUM",
|
|
3686
|
+ "remark": "",
|
|
3687
|
+ "chnname": "状态",
|
|
3688
|
+ "notNull": true,
|
|
3689
|
+ "defaultValue": "1"
|
|
3690
|
+ }
|
|
3691
|
+ ],
|
|
3692
|
+ "indexs": [],
|
|
3693
|
+ "headers": [
|
|
3694
|
+ {
|
|
3695
|
+ "fieldName": "chnname",
|
|
3696
|
+ "relationNoShow": false
|
|
3697
|
+ },
|
|
3698
|
+ {
|
|
3699
|
+ "fieldName": "name",
|
|
3700
|
+ "relationNoShow": false
|
|
3701
|
+ },
|
|
3702
|
+ {
|
|
3703
|
+ "fieldName": "type",
|
|
3704
|
+ "relationNoShow": false
|
|
3705
|
+ },
|
|
3706
|
+ {
|
|
3707
|
+ "fieldName": "dataType",
|
|
3708
|
+ "relationNoShow": true
|
|
3709
|
+ },
|
|
3710
|
+ {
|
|
3711
|
+ "fieldName": "remark",
|
|
3712
|
+ "relationNoShow": true
|
|
3713
|
+ },
|
|
3714
|
+ {
|
|
3715
|
+ "fieldName": "pk",
|
|
3716
|
+ "relationNoShow": false
|
|
3717
|
+ },
|
|
3718
|
+ {
|
|
3719
|
+ "fieldName": "notNull",
|
|
3720
|
+ "relationNoShow": true
|
|
3721
|
+ },
|
|
3722
|
+ {
|
|
3723
|
+ "fieldName": "autoIncrement",
|
|
3724
|
+ "relationNoShow": true
|
|
3725
|
+ },
|
|
3726
|
+ {
|
|
3727
|
+ "fieldName": "defaultValue",
|
|
3728
|
+ "relationNoShow": true
|
|
3729
|
+ },
|
|
3730
|
+ {
|
|
3731
|
+ "fieldName": "relationNoShow",
|
|
3732
|
+ "relationNoShow": true
|
|
3733
|
+ },
|
|
3734
|
+ {
|
|
3735
|
+ "fieldName": "uiHint",
|
|
3736
|
+ "relationNoShow": true
|
|
3737
|
+ }
|
|
3738
|
+ ],
|
|
3739
|
+ "chnname": "客户投注竞彩明细"
|
3375
|
3740
|
}
|
3376
|
3741
|
],
|
3377
|
3742
|
"graphCanvas": {
|