|
@@ -13837,6 +13837,12 @@
|
13837
|
13837
|
"chnname": "状态",
|
13838
|
13838
|
"notNull": true,
|
13839
|
13839
|
"defaultValue": "1"
|
|
13840
|
+ },
|
|
13841
|
+ {
|
|
13842
|
+ "name": "pay_type",
|
|
13843
|
+ "type": "DefaultString",
|
|
13844
|
+ "remark": "recharge:充值支付;balance:余额支付",
|
|
13845
|
+ "chnname": "支付方式"
|
13840
|
13846
|
}
|
13841
|
13847
|
],
|
13842
|
13848
|
"indexs": [],
|
|
@@ -13887,6 +13893,204 @@
|
13887
|
13893
|
}
|
13888
|
13894
|
],
|
13889
|
13895
|
"chnname": "会员套餐记录"
|
|
13896
|
+ },
|
|
13897
|
+ {
|
|
13898
|
+ "title": "ta_sale_content",
|
|
13899
|
+ "fields": [
|
|
13900
|
+ {
|
|
13901
|
+ "name": "content_id",
|
|
13902
|
+ "type": "Integer",
|
|
13903
|
+ "remark": "",
|
|
13904
|
+ "chnname": "content_id",
|
|
13905
|
+ "notNull": false,
|
|
13906
|
+ "pk": true,
|
|
13907
|
+ "autoIncrement": true
|
|
13908
|
+ },
|
|
13909
|
+ {
|
|
13910
|
+ "name": "image",
|
|
13911
|
+ "type": "MiddleString",
|
|
13912
|
+ "remark": "图片地址",
|
|
13913
|
+ "chnname": "image"
|
|
13914
|
+ },
|
|
13915
|
+ {
|
|
13916
|
+ "name": "link",
|
|
13917
|
+ "type": "MiddleString",
|
|
13918
|
+ "remark": "跳转地址",
|
|
13919
|
+ "chnname": "link"
|
|
13920
|
+ },
|
|
13921
|
+ {
|
|
13922
|
+ "name": "order_no",
|
|
13923
|
+ "type": "Integer",
|
|
13924
|
+ "remark": "权重",
|
|
13925
|
+ "chnname": "order_no"
|
|
13926
|
+ },
|
|
13927
|
+ {
|
|
13928
|
+ "name": "content_type",
|
|
13929
|
+ "type": "DefaultString",
|
|
13930
|
+ "remark": "内容类型,banner为轮播图",
|
|
13931
|
+ "chnname": "content_type"
|
|
13932
|
+ },
|
|
13933
|
+ {
|
|
13934
|
+ "name": "status",
|
|
13935
|
+ "type": "Integer",
|
|
13936
|
+ "remark": "",
|
|
13937
|
+ "chnname": "status"
|
|
13938
|
+ },
|
|
13939
|
+ {
|
|
13940
|
+ "name": "remark",
|
|
13941
|
+ "type": "ShortString",
|
|
13942
|
+ "remark": "备注",
|
|
13943
|
+ "chnname": "remark",
|
|
13944
|
+ "notNull": true,
|
|
13945
|
+ "defaultValue": "1"
|
|
13946
|
+ },
|
|
13947
|
+ {
|
|
13948
|
+ "name": "create_date",
|
|
13949
|
+ "type": "DateTime",
|
|
13950
|
+ "remark": "创建时间",
|
|
13951
|
+ "chnname": "create_date",
|
|
13952
|
+ "notNull": false
|
|
13953
|
+ }
|
|
13954
|
+ ],
|
|
13955
|
+ "indexs": [],
|
|
13956
|
+ "headers": [
|
|
13957
|
+ {
|
|
13958
|
+ "fieldName": "chnname",
|
|
13959
|
+ "relationNoShow": false
|
|
13960
|
+ },
|
|
13961
|
+ {
|
|
13962
|
+ "fieldName": "name",
|
|
13963
|
+ "relationNoShow": false
|
|
13964
|
+ },
|
|
13965
|
+ {
|
|
13966
|
+ "fieldName": "type",
|
|
13967
|
+ "relationNoShow": false
|
|
13968
|
+ },
|
|
13969
|
+ {
|
|
13970
|
+ "fieldName": "dataType",
|
|
13971
|
+ "relationNoShow": true
|
|
13972
|
+ },
|
|
13973
|
+ {
|
|
13974
|
+ "fieldName": "remark",
|
|
13975
|
+ "relationNoShow": true
|
|
13976
|
+ },
|
|
13977
|
+ {
|
|
13978
|
+ "fieldName": "pk",
|
|
13979
|
+ "relationNoShow": false
|
|
13980
|
+ },
|
|
13981
|
+ {
|
|
13982
|
+ "fieldName": "notNull",
|
|
13983
|
+ "relationNoShow": true
|
|
13984
|
+ },
|
|
13985
|
+ {
|
|
13986
|
+ "fieldName": "autoIncrement",
|
|
13987
|
+ "relationNoShow": true
|
|
13988
|
+ },
|
|
13989
|
+ {
|
|
13990
|
+ "fieldName": "defaultValue",
|
|
13991
|
+ "relationNoShow": true
|
|
13992
|
+ },
|
|
13993
|
+ {
|
|
13994
|
+ "fieldName": "relationNoShow",
|
|
13995
|
+ "relationNoShow": true
|
|
13996
|
+ },
|
|
13997
|
+ {
|
|
13998
|
+ "fieldName": "uiHint",
|
|
13999
|
+ "relationNoShow": true
|
|
14000
|
+ }
|
|
14001
|
+ ],
|
|
14002
|
+ "chnname": "产品体验内容表"
|
|
14003
|
+ },
|
|
14004
|
+ {
|
|
14005
|
+ "title": "ta_sale_config",
|
|
14006
|
+ "fields": [
|
|
14007
|
+ {
|
|
14008
|
+ "name": "config_id",
|
|
14009
|
+ "type": "Integer",
|
|
14010
|
+ "remark": "",
|
|
14011
|
+ "chnname": "config_id",
|
|
14012
|
+ "pk": true,
|
|
14013
|
+ "notNull": true
|
|
14014
|
+ },
|
|
14015
|
+ {
|
|
14016
|
+ "name": "miniapp_qr_code",
|
|
14017
|
+ "type": "MiddleString",
|
|
14018
|
+ "remark": "体验小程序图片",
|
|
14019
|
+ "chnname": "miniapp_qr_code"
|
|
14020
|
+ },
|
|
14021
|
+ {
|
|
14022
|
+ "name": "instructions",
|
|
14023
|
+ "type": "MiddleString",
|
|
14024
|
+ "remark": "操作手册地址",
|
|
14025
|
+ "chnname": "instructions"
|
|
14026
|
+ },
|
|
14027
|
+ {
|
|
14028
|
+ "name": "contacts",
|
|
14029
|
+ "type": "Integer",
|
|
14030
|
+ "remark": "联系人",
|
|
14031
|
+ "chnname": "contacts"
|
|
14032
|
+ },
|
|
14033
|
+ {
|
|
14034
|
+ "name": "staus",
|
|
14035
|
+ "type": "Integer",
|
|
14036
|
+ "remark": "",
|
|
14037
|
+ "chnname": "staus"
|
|
14038
|
+ },
|
|
14039
|
+ {
|
|
14040
|
+ "name": "create_date",
|
|
14041
|
+ "type": "DateTime",
|
|
14042
|
+ "remark": "",
|
|
14043
|
+ "chnname": "create_date"
|
|
14044
|
+ }
|
|
14045
|
+ ],
|
|
14046
|
+ "indexs": [],
|
|
14047
|
+ "headers": [
|
|
14048
|
+ {
|
|
14049
|
+ "fieldName": "chnname",
|
|
14050
|
+ "relationNoShow": false
|
|
14051
|
+ },
|
|
14052
|
+ {
|
|
14053
|
+ "fieldName": "name",
|
|
14054
|
+ "relationNoShow": false
|
|
14055
|
+ },
|
|
14056
|
+ {
|
|
14057
|
+ "fieldName": "type",
|
|
14058
|
+ "relationNoShow": false
|
|
14059
|
+ },
|
|
14060
|
+ {
|
|
14061
|
+ "fieldName": "dataType",
|
|
14062
|
+ "relationNoShow": true
|
|
14063
|
+ },
|
|
14064
|
+ {
|
|
14065
|
+ "fieldName": "remark",
|
|
14066
|
+ "relationNoShow": true
|
|
14067
|
+ },
|
|
14068
|
+ {
|
|
14069
|
+ "fieldName": "pk",
|
|
14070
|
+ "relationNoShow": false
|
|
14071
|
+ },
|
|
14072
|
+ {
|
|
14073
|
+ "fieldName": "notNull",
|
|
14074
|
+ "relationNoShow": true
|
|
14075
|
+ },
|
|
14076
|
+ {
|
|
14077
|
+ "fieldName": "autoIncrement",
|
|
14078
|
+ "relationNoShow": true
|
|
14079
|
+ },
|
|
14080
|
+ {
|
|
14081
|
+ "fieldName": "defaultValue",
|
|
14082
|
+ "relationNoShow": true
|
|
14083
|
+ },
|
|
14084
|
+ {
|
|
14085
|
+ "fieldName": "relationNoShow",
|
|
14086
|
+ "relationNoShow": true
|
|
14087
|
+ },
|
|
14088
|
+ {
|
|
14089
|
+ "fieldName": "uiHint",
|
|
14090
|
+ "relationNoShow": true
|
|
14091
|
+ }
|
|
14092
|
+ ],
|
|
14093
|
+ "chnname": "产品体验配置"
|
13890
|
14094
|
}
|
13891
|
14095
|
],
|
13892
|
14096
|
"graphCanvas": {
|
|
@@ -21185,10 +21389,22 @@
|
21185
|
21389
|
],
|
21186
|
21390
|
"defaultFieldsType": "2",
|
21187
|
21391
|
"javaConfig": {
|
21188
|
|
- "JAVA_HOME": "D:\\Application\\jdk1.8.0_161"
|
|
21392
|
+ "JAVA_HOME": "C:\\Program Files\\Java\\jdk1.8.0_181",
|
|
21393
|
+ "DB_DRIVE": []
|
21189
|
21394
|
},
|
21190
|
21395
|
"sqlConfig": ";",
|
21191
|
|
- "dbs": [],
|
|
21396
|
+ "dbs": [
|
|
21397
|
+ {
|
|
21398
|
+ "name": "default",
|
|
21399
|
+ "defaultDB": false,
|
|
21400
|
+ "properties": {
|
|
21401
|
+ "driver_class_name": "com.mysql.jdbc.Driver",
|
|
21402
|
+ "url": "jdbc:mysql://123.57.65.31:3306/estateagents_test?characterEncoding=UTF-8&useSSL=false&useUnicode=true&serverTimezone=UTC",
|
|
21403
|
+ "password": "LUfZGvh7j1^qA*2c",
|
|
21404
|
+ "username": "root"
|
|
21405
|
+ }
|
|
21406
|
+ }
|
|
21407
|
+ ],
|
21192
|
21408
|
"wordTemplateConfig": ""
|
21193
|
21409
|
}
|
21194
|
21410
|
}
|