|
@@ -2722,6 +2722,104 @@
|
2722
|
2722
|
}
|
2723
|
2723
|
],
|
2724
|
2724
|
"chnname": "积分消费流水表"
|
|
2725
|
+ },
|
|
2726
|
+ {
|
|
2727
|
+ "title": "td_points_rules",
|
|
2728
|
+ "fields": [
|
|
2729
|
+ {
|
|
2730
|
+ "name": "rule_id",
|
|
2731
|
+ "type": "Integer",
|
|
2732
|
+ "remark": "",
|
|
2733
|
+ "chnname": "规则id",
|
|
2734
|
+ "pk": true,
|
|
2735
|
+ "notNull": true,
|
|
2736
|
+ "autoIncrement": true
|
|
2737
|
+ },
|
|
2738
|
+ {
|
|
2739
|
+ "name": "rule_name",
|
|
2740
|
+ "type": "LongKey",
|
|
2741
|
+ "remark": "",
|
|
2742
|
+ "chnname": "规则名称"
|
|
2743
|
+ },
|
|
2744
|
+ {
|
|
2745
|
+ "name": "points_amount",
|
|
2746
|
+ "type": "Integer",
|
|
2747
|
+ "remark": "",
|
|
2748
|
+ "chnname": "积分数量"
|
|
2749
|
+ },
|
|
2750
|
+ {
|
|
2751
|
+ "name": "update_date",
|
|
2752
|
+ "type": "DateTime",
|
|
2753
|
+ "remark": "",
|
|
2754
|
+ "chnname": "更新时间"
|
|
2755
|
+ },
|
|
2756
|
+ {
|
|
2757
|
+ "name": "create_date",
|
|
2758
|
+ "type": "DateTime",
|
|
2759
|
+ "remark": "",
|
|
2760
|
+ "chnname": "创建时间"
|
|
2761
|
+ },
|
|
2762
|
+ {
|
|
2763
|
+ "name": "org_id",
|
|
2764
|
+ "type": "Integer",
|
|
2765
|
+ "remark": "",
|
|
2766
|
+ "chnname": "公司id"
|
|
2767
|
+ },
|
|
2768
|
+ {
|
|
2769
|
+ "name": "building_id",
|
|
2770
|
+ "type": "LongKey",
|
|
2771
|
+ "remark": "",
|
|
2772
|
+ "chnname": "楼盘id"
|
|
2773
|
+ }
|
|
2774
|
+ ],
|
|
2775
|
+ "indexs": [],
|
|
2776
|
+ "headers": [
|
|
2777
|
+ {
|
|
2778
|
+ "fieldName": "chnname",
|
|
2779
|
+ "relationNoShow": false
|
|
2780
|
+ },
|
|
2781
|
+ {
|
|
2782
|
+ "fieldName": "name",
|
|
2783
|
+ "relationNoShow": false
|
|
2784
|
+ },
|
|
2785
|
+ {
|
|
2786
|
+ "fieldName": "type",
|
|
2787
|
+ "relationNoShow": false
|
|
2788
|
+ },
|
|
2789
|
+ {
|
|
2790
|
+ "fieldName": "dataType",
|
|
2791
|
+ "relationNoShow": true
|
|
2792
|
+ },
|
|
2793
|
+ {
|
|
2794
|
+ "fieldName": "remark",
|
|
2795
|
+ "relationNoShow": true
|
|
2796
|
+ },
|
|
2797
|
+ {
|
|
2798
|
+ "fieldName": "pk",
|
|
2799
|
+ "relationNoShow": false
|
|
2800
|
+ },
|
|
2801
|
+ {
|
|
2802
|
+ "fieldName": "notNull",
|
|
2803
|
+ "relationNoShow": true
|
|
2804
|
+ },
|
|
2805
|
+ {
|
|
2806
|
+ "fieldName": "autoIncrement",
|
|
2807
|
+ "relationNoShow": true
|
|
2808
|
+ },
|
|
2809
|
+ {
|
|
2810
|
+ "fieldName": "defaultValue",
|
|
2811
|
+ "relationNoShow": true
|
|
2812
|
+ },
|
|
2813
|
+ {
|
|
2814
|
+ "fieldName": "relationNoShow",
|
|
2815
|
+ "relationNoShow": true
|
|
2816
|
+ },
|
|
2817
|
+ {
|
|
2818
|
+ "fieldName": "uiHint",
|
|
2819
|
+ "relationNoShow": true
|
|
2820
|
+ }
|
|
2821
|
+ ],
|
|
2822
|
+ "chnname": "积分获取规则字典表"
|
2725
|
2823
|
}
|
2726
|
2824
|
],
|
2727
|
2825
|
"graphCanvas": {
|