|
@@ -549,6 +549,96 @@
|
549
|
549
|
}
|
550
|
550
|
],
|
551
|
551
|
"chnname": "城市字典"
|
|
552
|
+ },
|
|
553
|
+ {
|
|
554
|
+ "title": "sys_crontab",
|
|
555
|
+ "fields": [
|
|
556
|
+ {
|
|
557
|
+ "name": "serial_no",
|
|
558
|
+ "type": "Integer",
|
|
559
|
+ "remark": "",
|
|
560
|
+ "chnname": "序号",
|
|
561
|
+ "pk": true,
|
|
562
|
+ "notNull": true,
|
|
563
|
+ "autoIncrement": true
|
|
564
|
+ },
|
|
565
|
+ {
|
|
566
|
+ "name": "title",
|
|
567
|
+ "type": "Name",
|
|
568
|
+ "remark": "",
|
|
569
|
+ "chnname": "名称"
|
|
570
|
+ },
|
|
571
|
+ {
|
|
572
|
+ "name": "class_name",
|
|
573
|
+ "type": "LongText",
|
|
574
|
+ "remark": "",
|
|
575
|
+ "chnname": "进程",
|
|
576
|
+ "notNull": true
|
|
577
|
+ },
|
|
578
|
+ {
|
|
579
|
+ "name": "cron_setting",
|
|
580
|
+ "type": "MiddleString",
|
|
581
|
+ "remark": "",
|
|
582
|
+ "chnname": "定时设置",
|
|
583
|
+ "notNull": true
|
|
584
|
+ },
|
|
585
|
+ {
|
|
586
|
+ "name": "create_date",
|
|
587
|
+ "type": "DateTime",
|
|
588
|
+ "remark": "",
|
|
589
|
+ "chnname": "创建时间",
|
|
590
|
+ "notNull": true,
|
|
591
|
+ "defaultValue": "CURRENT_TIMESTAMP"
|
|
592
|
+ }
|
|
593
|
+ ],
|
|
594
|
+ "indexs": [],
|
|
595
|
+ "headers": [
|
|
596
|
+ {
|
|
597
|
+ "fieldName": "chnname",
|
|
598
|
+ "relationNoShow": false
|
|
599
|
+ },
|
|
600
|
+ {
|
|
601
|
+ "fieldName": "name",
|
|
602
|
+ "relationNoShow": false
|
|
603
|
+ },
|
|
604
|
+ {
|
|
605
|
+ "fieldName": "type",
|
|
606
|
+ "relationNoShow": false
|
|
607
|
+ },
|
|
608
|
+ {
|
|
609
|
+ "fieldName": "dataType",
|
|
610
|
+ "relationNoShow": true
|
|
611
|
+ },
|
|
612
|
+ {
|
|
613
|
+ "fieldName": "remark",
|
|
614
|
+ "relationNoShow": true
|
|
615
|
+ },
|
|
616
|
+ {
|
|
617
|
+ "fieldName": "pk",
|
|
618
|
+ "relationNoShow": false
|
|
619
|
+ },
|
|
620
|
+ {
|
|
621
|
+ "fieldName": "notNull",
|
|
622
|
+ "relationNoShow": true
|
|
623
|
+ },
|
|
624
|
+ {
|
|
625
|
+ "fieldName": "autoIncrement",
|
|
626
|
+ "relationNoShow": true
|
|
627
|
+ },
|
|
628
|
+ {
|
|
629
|
+ "fieldName": "defaultValue",
|
|
630
|
+ "relationNoShow": true
|
|
631
|
+ },
|
|
632
|
+ {
|
|
633
|
+ "fieldName": "relationNoShow",
|
|
634
|
+ "relationNoShow": true
|
|
635
|
+ },
|
|
636
|
+ {
|
|
637
|
+ "fieldName": "uiHint",
|
|
638
|
+ "relationNoShow": true
|
|
639
|
+ }
|
|
640
|
+ ],
|
|
641
|
+ "chnname": "定时任务"
|
552
|
642
|
}
|
553
|
643
|
],
|
554
|
644
|
"graphCanvas": {
|
|
@@ -1127,6 +1217,14 @@
|
1127
|
1217
|
"chnname": "状态",
|
1128
|
1218
|
"notNull": true,
|
1129
|
1219
|
"defaultValue": "1"
|
|
1220
|
+ },
|
|
1221
|
+ {
|
|
1222
|
+ "name": "real_charge",
|
|
1223
|
+ "type": "Integer",
|
|
1224
|
+ "remark": "",
|
|
1225
|
+ "chnname": "实际发生额",
|
|
1226
|
+ "notNull": true,
|
|
1227
|
+ "defaultValue": "0"
|
1130
|
1228
|
}
|
1131
|
1229
|
],
|
1132
|
1230
|
"indexs": [],
|
|
@@ -2705,6 +2803,14 @@
|
2705
|
2803
|
"notNull": true,
|
2706
|
2804
|
"defaultValue": "0"
|
2707
|
2805
|
},
|
|
2806
|
+ {
|
|
2807
|
+ "name": "real_charge",
|
|
2808
|
+ "type": "Integer",
|
|
2809
|
+ "remark": "单位分",
|
|
2810
|
+ "chnname": "实付金额",
|
|
2811
|
+ "notNull": true,
|
|
2812
|
+ "defaultValue": "0"
|
|
2813
|
+ },
|
2708
|
2814
|
{
|
2709
|
2815
|
"name": "shop_id",
|
2710
|
2816
|
"type": "Integer",
|
|
@@ -2763,6 +2869,12 @@
|
2763
|
2869
|
"type": "Integer",
|
2764
|
2870
|
"remark": "",
|
2765
|
2871
|
"chnname": "支付状态"
|
|
2872
|
+ },
|
|
2873
|
+ {
|
|
2874
|
+ "name": "src_order",
|
|
2875
|
+ "type": "LongKey",
|
|
2876
|
+ "remark": "",
|
|
2877
|
+ "chnname": "原始订单"
|
2766
|
2878
|
}
|
2767
|
2879
|
],
|
2768
|
2880
|
"indexs": [],
|
|
@@ -3116,6 +3228,14 @@
|
3116
|
3228
|
"type": "ShortString",
|
3117
|
3229
|
"remark": "",
|
3118
|
3230
|
"chnname": "微信openid"
|
|
3231
|
+ },
|
|
3232
|
+ {
|
|
3233
|
+ "name": "alipay_change_times",
|
|
3234
|
+ "type": "TINYINT",
|
|
3235
|
+ "remark": "",
|
|
3236
|
+ "chnname": "当月支付宝账户修改次数",
|
|
3237
|
+ "notNull": true,
|
|
3238
|
+ "defaultValue": "0"
|
3119
|
3239
|
}
|
3120
|
3240
|
],
|
3121
|
3241
|
"indexs": [
|
|
@@ -3412,6 +3532,14 @@
|
3412
|
3532
|
"notNull": true,
|
3413
|
3533
|
"defaultValue": "0"
|
3414
|
3534
|
},
|
|
3535
|
+ {
|
|
3536
|
+ "name": "real_charge",
|
|
3537
|
+ "type": "Integer",
|
|
3538
|
+ "remark": "单位分",
|
|
3539
|
+ "chnname": "实际发生额",
|
|
3540
|
+ "notNull": true,
|
|
3541
|
+ "defaultValue": "0"
|
|
3542
|
+ },
|
3415
|
3543
|
{
|
3416
|
3544
|
"name": "fee_sign",
|
3417
|
3545
|
"type": "TINYINT",
|
|
@@ -4157,6 +4285,12 @@
|
4157
|
4285
|
"notNull": true,
|
4158
|
4286
|
"defaultValue": "CURRENT_TIMESTAMP"
|
4159
|
4287
|
},
|
|
4288
|
+ {
|
|
4289
|
+ "name": "drawn_fail_date",
|
|
4290
|
+ "type": "DateTime",
|
|
4291
|
+ "remark": "",
|
|
4292
|
+ "chnname": "出票失败时间"
|
|
4293
|
+ },
|
4160
|
4294
|
{
|
4161
|
4295
|
"name": "status",
|
4162
|
4296
|
"type": "ENUM",
|
|
@@ -6721,6 +6855,12 @@
|
6721
|
6855
|
"remark": "",
|
6722
|
6856
|
"chnname": "支付宝主键id"
|
6723
|
6857
|
},
|
|
6858
|
+ {
|
|
6859
|
+ "name": "alipay_name",
|
|
6860
|
+ "type": "MiddleString",
|
|
6861
|
+ "remark": "",
|
|
6862
|
+ "chnname": "支付宝实名认证"
|
|
6863
|
+ },
|
6724
|
6864
|
{
|
6725
|
6865
|
"name": "app_auth_token",
|
6726
|
6866
|
"type": "MiddleString",
|
|
@@ -6744,6 +6884,14 @@
|
6744
|
6884
|
"type": "DefaultString",
|
6745
|
6885
|
"remark": "",
|
6746
|
6886
|
"chnname": "微信子商户id"
|
|
6887
|
+ },
|
|
6888
|
+ {
|
|
6889
|
+ "name": "alipay_change_times",
|
|
6890
|
+ "type": "TINYINT",
|
|
6891
|
+ "remark": "",
|
|
6892
|
+ "chnname": "当月支付宝账户修改次数",
|
|
6893
|
+ "notNull": true,
|
|
6894
|
+ "defaultValue": "0"
|
6747
|
6895
|
}
|
6748
|
6896
|
],
|
6749
|
6897
|
"indexs": [],
|