|
@@ -1559,6 +1559,12 @@
|
1559
|
1559
|
"remark": "",
|
1560
|
1560
|
"chnname": "玩法"
|
1561
|
1561
|
},
|
|
1562
|
+ {
|
|
1563
|
+ "name": "bingo_rule",
|
|
1564
|
+ "type": "ShortString",
|
|
1565
|
+ "remark": "",
|
|
1566
|
+ "chnname": "数字彩规则"
|
|
1567
|
+ },
|
1562
|
1568
|
{
|
1563
|
1569
|
"name": "round",
|
1564
|
1570
|
"type": "TINYINT",
|
|
@@ -3772,6 +3778,14 @@
|
3772
|
3778
|
"remark": "单位分",
|
3773
|
3779
|
"chnname": "中奖金额"
|
3774
|
3780
|
},
|
|
3781
|
+ {
|
|
3782
|
+ "name": "is_cashed",
|
|
3783
|
+ "type": "ENUM",
|
|
3784
|
+ "remark": "",
|
|
3785
|
+ "chnname": "是否派奖",
|
|
3786
|
+ "notNull": true,
|
|
3787
|
+ "defaultValue": "0"
|
|
3788
|
+ },
|
3775
|
3789
|
{
|
3776
|
3790
|
"name": "create_date",
|
3777
|
3791
|
"type": "DateTime",
|
|
@@ -3838,6 +3852,134 @@
|
3838
|
3852
|
],
|
3839
|
3853
|
"chnname": "客户投注"
|
3840
|
3854
|
},
|
|
3855
|
+ {
|
|
3856
|
+ "title": "ta_customer_betting_item",
|
|
3857
|
+ "fields": [
|
|
3858
|
+ {
|
|
3859
|
+ "name": "item_no",
|
|
3860
|
+ "type": "Integer",
|
|
3861
|
+ "remark": "",
|
|
3862
|
+ "chnname": "明细ID",
|
|
3863
|
+ "pk": true,
|
|
3864
|
+ "notNull": true,
|
|
3865
|
+ "autoIncrement": true
|
|
3866
|
+ },
|
|
3867
|
+ {
|
|
3868
|
+ "name": "betting_id",
|
|
3869
|
+ "type": "Integer",
|
|
3870
|
+ "remark": "",
|
|
3871
|
+ "chnname": "投注ID",
|
|
3872
|
+ "notNull": true
|
|
3873
|
+ },
|
|
3874
|
+ {
|
|
3875
|
+ "name": "plan_item_no",
|
|
3876
|
+ "type": "Integer",
|
|
3877
|
+ "remark": "",
|
|
3878
|
+ "chnname": "对应方案明细",
|
|
3879
|
+ "notNull": true
|
|
3880
|
+ },
|
|
3881
|
+ {
|
|
3882
|
+ "name": "is_open",
|
|
3883
|
+ "type": "ENUM",
|
|
3884
|
+ "remark": "",
|
|
3885
|
+ "chnname": "是否开奖",
|
|
3886
|
+ "notNull": true,
|
|
3887
|
+ "defaultValue": "0"
|
|
3888
|
+ },
|
|
3889
|
+ {
|
|
3890
|
+ "name": "opening_date",
|
|
3891
|
+ "type": "DefaultString",
|
|
3892
|
+ "remark": "",
|
|
3893
|
+ "chnname": "开奖日期"
|
|
3894
|
+ },
|
|
3895
|
+ {
|
|
3896
|
+ "name": "is_winning",
|
|
3897
|
+ "type": "ENUM",
|
|
3898
|
+ "remark": "",
|
|
3899
|
+ "chnname": "是否中奖",
|
|
3900
|
+ "notNull": true,
|
|
3901
|
+ "defaultValue": "0"
|
|
3902
|
+ },
|
|
3903
|
+ {
|
|
3904
|
+ "name": "win_level",
|
|
3905
|
+ "type": "DefaultString",
|
|
3906
|
+ "remark": "",
|
|
3907
|
+ "chnname": "中奖等级"
|
|
3908
|
+ },
|
|
3909
|
+ {
|
|
3910
|
+ "name": "win_amount",
|
|
3911
|
+ "type": "Integer",
|
|
3912
|
+ "remark": "单位分",
|
|
3913
|
+ "chnname": "中奖金额",
|
|
3914
|
+ "notNull": true,
|
|
3915
|
+ "defaultValue": "0"
|
|
3916
|
+ },
|
|
3917
|
+ {
|
|
3918
|
+ "name": "create_date",
|
|
3919
|
+ "type": "DateTime",
|
|
3920
|
+ "remark": "",
|
|
3921
|
+ "chnname": "创建时间",
|
|
3922
|
+ "notNull": true,
|
|
3923
|
+ "defaultValue": "CURRENT_TIMESTAMP"
|
|
3924
|
+ },
|
|
3925
|
+ {
|
|
3926
|
+ "name": "status",
|
|
3927
|
+ "type": "TINYINT",
|
|
3928
|
+ "remark": "",
|
|
3929
|
+ "chnname": "状态",
|
|
3930
|
+ "notNull": true,
|
|
3931
|
+ "defaultValue": "1"
|
|
3932
|
+ }
|
|
3933
|
+ ],
|
|
3934
|
+ "indexs": [],
|
|
3935
|
+ "headers": [
|
|
3936
|
+ {
|
|
3937
|
+ "fieldName": "chnname",
|
|
3938
|
+ "relationNoShow": false
|
|
3939
|
+ },
|
|
3940
|
+ {
|
|
3941
|
+ "fieldName": "name",
|
|
3942
|
+ "relationNoShow": false
|
|
3943
|
+ },
|
|
3944
|
+ {
|
|
3945
|
+ "fieldName": "type",
|
|
3946
|
+ "relationNoShow": false
|
|
3947
|
+ },
|
|
3948
|
+ {
|
|
3949
|
+ "fieldName": "dataType",
|
|
3950
|
+ "relationNoShow": true
|
|
3951
|
+ },
|
|
3952
|
+ {
|
|
3953
|
+ "fieldName": "remark",
|
|
3954
|
+ "relationNoShow": true
|
|
3955
|
+ },
|
|
3956
|
+ {
|
|
3957
|
+ "fieldName": "pk",
|
|
3958
|
+ "relationNoShow": false
|
|
3959
|
+ },
|
|
3960
|
+ {
|
|
3961
|
+ "fieldName": "notNull",
|
|
3962
|
+ "relationNoShow": true
|
|
3963
|
+ },
|
|
3964
|
+ {
|
|
3965
|
+ "fieldName": "autoIncrement",
|
|
3966
|
+ "relationNoShow": true
|
|
3967
|
+ },
|
|
3968
|
+ {
|
|
3969
|
+ "fieldName": "defaultValue",
|
|
3970
|
+ "relationNoShow": true
|
|
3971
|
+ },
|
|
3972
|
+ {
|
|
3973
|
+ "fieldName": "relationNoShow",
|
|
3974
|
+ "relationNoShow": true
|
|
3975
|
+ },
|
|
3976
|
+ {
|
|
3977
|
+ "fieldName": "uiHint",
|
|
3978
|
+ "relationNoShow": true
|
|
3979
|
+ }
|
|
3980
|
+ ],
|
|
3981
|
+ "chnname": "客户投注明细"
|
|
3982
|
+ },
|
3841
|
3983
|
{
|
3842
|
3984
|
"title": "ta_customer_betting_sport",
|
3843
|
3985
|
"fields": [
|
|
@@ -3861,7 +4003,7 @@
|
3861
|
4003
|
"name": "item_no",
|
3862
|
4004
|
"type": "Integer",
|
3863
|
4005
|
"remark": "",
|
3864
|
|
- "chnname": "方案条目",
|
|
4006
|
+ "chnname": "明细ID",
|
3865
|
4007
|
"notNull": true
|
3866
|
4008
|
},
|
3867
|
4009
|
{
|
|
@@ -3906,7 +4048,7 @@
|
3906
|
4048
|
},
|
3907
|
4049
|
{
|
3908
|
4050
|
"name": "status",
|
3909
|
|
- "type": "ENUM",
|
|
4051
|
+ "type": "TINYINT",
|
3910
|
4052
|
"remark": "",
|
3911
|
4053
|
"chnname": "状态",
|
3912
|
4054
|
"notNull": true,
|