|
@@ -355,6 +355,76 @@
|
355
|
355
|
],
|
356
|
356
|
"chnname": "序列表",
|
357
|
357
|
"remark": "内部使用"
|
|
358
|
+ },
|
|
359
|
+ {
|
|
360
|
+ "title": "sys_nextval",
|
|
361
|
+ "fields": [
|
|
362
|
+ {
|
|
363
|
+ "name": "seq_key",
|
|
364
|
+ "type": "LongKey",
|
|
365
|
+ "remark": "",
|
|
366
|
+ "chnname": "序列key",
|
|
367
|
+ "notNull": true,
|
|
368
|
+ "pk": true
|
|
369
|
+ },
|
|
370
|
+ {
|
|
371
|
+ "name": "val",
|
|
372
|
+ "type": "Integer",
|
|
373
|
+ "remark": "",
|
|
374
|
+ "chnname": "当前值",
|
|
375
|
+ "notNull": true,
|
|
376
|
+ "defaultValue": "0"
|
|
377
|
+ }
|
|
378
|
+ ],
|
|
379
|
+ "indexs": [],
|
|
380
|
+ "headers": [
|
|
381
|
+ {
|
|
382
|
+ "fieldName": "chnname",
|
|
383
|
+ "relationNoShow": false
|
|
384
|
+ },
|
|
385
|
+ {
|
|
386
|
+ "fieldName": "name",
|
|
387
|
+ "relationNoShow": false
|
|
388
|
+ },
|
|
389
|
+ {
|
|
390
|
+ "fieldName": "type",
|
|
391
|
+ "relationNoShow": false
|
|
392
|
+ },
|
|
393
|
+ {
|
|
394
|
+ "fieldName": "dataType",
|
|
395
|
+ "relationNoShow": true
|
|
396
|
+ },
|
|
397
|
+ {
|
|
398
|
+ "fieldName": "remark",
|
|
399
|
+ "relationNoShow": true
|
|
400
|
+ },
|
|
401
|
+ {
|
|
402
|
+ "fieldName": "pk",
|
|
403
|
+ "relationNoShow": false
|
|
404
|
+ },
|
|
405
|
+ {
|
|
406
|
+ "fieldName": "notNull",
|
|
407
|
+ "relationNoShow": true
|
|
408
|
+ },
|
|
409
|
+ {
|
|
410
|
+ "fieldName": "autoIncrement",
|
|
411
|
+ "relationNoShow": true
|
|
412
|
+ },
|
|
413
|
+ {
|
|
414
|
+ "fieldName": "defaultValue",
|
|
415
|
+ "relationNoShow": true
|
|
416
|
+ },
|
|
417
|
+ {
|
|
418
|
+ "fieldName": "relationNoShow",
|
|
419
|
+ "relationNoShow": true
|
|
420
|
+ },
|
|
421
|
+ {
|
|
422
|
+ "fieldName": "uiHint",
|
|
423
|
+ "relationNoShow": true
|
|
424
|
+ }
|
|
425
|
+ ],
|
|
426
|
+ "chnname": "自增长序列",
|
|
427
|
+ "remark": "需要配合fn_nextval一起使用"
|
358
|
428
|
}
|
359
|
429
|
],
|
360
|
430
|
"graphCanvas": {
|
|
@@ -2164,6 +2234,14 @@
|
2164
|
2234
|
"chnname": "订单类型",
|
2165
|
2235
|
"notNull": true
|
2166
|
2236
|
},
|
|
2237
|
+ {
|
|
2238
|
+ "name": "amount",
|
|
2239
|
+ "type": "Integer",
|
|
2240
|
+ "remark": "购彩则使用倍数",
|
|
2241
|
+ "chnname": "数量",
|
|
2242
|
+ "notNull": true,
|
|
2243
|
+ "defaultValue": "0"
|
|
2244
|
+ },
|
2167
|
2245
|
{
|
2168
|
2246
|
"name": "charge",
|
2169
|
2247
|
"type": "Integer",
|
|
@@ -2186,18 +2264,10 @@
|
2186
|
2264
|
"notNull": true
|
2187
|
2265
|
},
|
2188
|
2266
|
{
|
2189
|
|
- "name": "plan_id",
|
|
2267
|
+ "name": "betting_id",
|
2190
|
2268
|
"type": "Integer",
|
2191
|
2269
|
"remark": "",
|
2192
|
|
- "chnname": "对应方案"
|
2193
|
|
- },
|
2194
|
|
- {
|
2195
|
|
- "name": "is_printed",
|
2196
|
|
- "type": "ENUM",
|
2197
|
|
- "remark": "",
|
2198
|
|
- "chnname": "是否打单",
|
2199
|
|
- "notNull": true,
|
2200
|
|
- "defaultValue": "0"
|
|
2270
|
+ "chnname": "对应投注"
|
2201
|
2271
|
},
|
2202
|
2272
|
{
|
2203
|
2273
|
"name": "is_payed",
|
|
@@ -2207,44 +2277,6 @@
|
2207
|
2277
|
"notNull": true,
|
2208
|
2278
|
"defaultValue": "0"
|
2209
|
2279
|
},
|
2210
|
|
- {
|
2211
|
|
- "name": "picture",
|
2212
|
|
- "type": "LongText",
|
2213
|
|
- "remark": "",
|
2214
|
|
- "chnname": "图片"
|
2215
|
|
- },
|
2216
|
|
- {
|
2217
|
|
- "name": "is_bet",
|
2218
|
|
- "type": "ENUM",
|
2219
|
|
- "remark": "",
|
2220
|
|
- "chnname": "是否投注",
|
2221
|
|
- "notNull": true,
|
2222
|
|
- "defaultValue": "1"
|
2223
|
|
- },
|
2224
|
|
- {
|
2225
|
|
- "name": "is_opened",
|
2226
|
|
- "type": "ENUM",
|
2227
|
|
- "remark": "",
|
2228
|
|
- "chnname": "是否开奖",
|
2229
|
|
- "notNull": true,
|
2230
|
|
- "defaultValue": "0"
|
2231
|
|
- },
|
2232
|
|
- {
|
2233
|
|
- "name": "is_win",
|
2234
|
|
- "type": "ENUM",
|
2235
|
|
- "remark": "",
|
2236
|
|
- "chnname": "是否中奖",
|
2237
|
|
- "notNull": true,
|
2238
|
|
- "defaultValue": "0"
|
2239
|
|
- },
|
2240
|
|
- {
|
2241
|
|
- "name": "win_amount",
|
2242
|
|
- "type": "Integer",
|
2243
|
|
- "remark": "单位分",
|
2244
|
|
- "chnname": "中奖金额",
|
2245
|
|
- "notNull": true,
|
2246
|
|
- "defaultValue": "0"
|
2247
|
|
- },
|
2248
|
2280
|
{
|
2249
|
2281
|
"name": "create_date",
|
2250
|
2282
|
"type": "DateTime",
|
|
@@ -2255,7 +2287,7 @@
|
2255
|
2287
|
},
|
2256
|
2288
|
{
|
2257
|
2289
|
"name": "status",
|
2258
|
|
- "type": "ENUM",
|
|
2290
|
+ "type": "TINYINT",
|
2259
|
2291
|
"remark": "1有效,0无效",
|
2260
|
2292
|
"chnname": "状态",
|
2261
|
2293
|
"notNull": true,
|
|
@@ -3079,7 +3111,7 @@
|
3079
|
3111
|
},
|
3080
|
3112
|
{
|
3081
|
3113
|
"name": "plan_id",
|
3082
|
|
- "type": "DefaultString",
|
|
3114
|
+ "type": "Integer",
|
3083
|
3115
|
"remark": "",
|
3084
|
3116
|
"chnname": "方案ID"
|
3085
|
3117
|
},
|