|
@@ -5661,24 +5661,6 @@
|
5661
|
5661
|
"remark": "",
|
5662
|
5662
|
"chnname": "联系电话"
|
5663
|
5663
|
},
|
5664
|
|
- {
|
5665
|
|
- "name": "agents_num",
|
5666
|
|
- "type": "Integer",
|
5667
|
|
- "remark": "",
|
5668
|
|
- "chnname": "经纪人数"
|
5669
|
|
- },
|
5670
|
|
- {
|
5671
|
|
- "name": "recommend_effective",
|
5672
|
|
- "type": "Integer",
|
5673
|
|
- "remark": "",
|
5674
|
|
- "chnname": "有效推荐数"
|
5675
|
|
- },
|
5676
|
|
- {
|
5677
|
|
- "name": "agents_invite",
|
5678
|
|
- "type": "Integer",
|
5679
|
|
- "remark": "",
|
5680
|
|
- "chnname": "邀请经纪人数"
|
5681
|
|
- },
|
5682
|
5664
|
{
|
5683
|
5665
|
"name": "create_date",
|
5684
|
5666
|
"type": "DateTime",
|
|
@@ -5829,6 +5811,232 @@
|
5829
|
5811
|
}
|
5830
|
5812
|
],
|
5831
|
5813
|
"chnname": "渠道人员对应表"
|
|
5814
|
+ },
|
|
5815
|
+ {
|
|
5816
|
+ "title": "ta_share_content",
|
|
5817
|
+ "fields": [
|
|
5818
|
+ {
|
|
5819
|
+ "name": "share_content_id",
|
|
5820
|
+ "type": "Integer",
|
|
5821
|
+ "remark": "",
|
|
5822
|
+ "chnname": "分享内容id",
|
|
5823
|
+ "pk": true,
|
|
5824
|
+ "notNull": true,
|
|
5825
|
+ "autoIncrement": true
|
|
5826
|
+ },
|
|
5827
|
+ {
|
|
5828
|
+ "name": "share_content_model",
|
|
5829
|
+ "type": "LongKey",
|
|
5830
|
+ "remark": "",
|
|
5831
|
+ "chnname": "分享内容模板"
|
|
5832
|
+ },
|
|
5833
|
+ {
|
|
5834
|
+ "name": "target_id",
|
|
5835
|
+ "type": "LongKey",
|
|
5836
|
+ "remark": "",
|
|
5837
|
+ "chnname": "目标id"
|
|
5838
|
+ },
|
|
5839
|
+ {
|
|
5840
|
+ "name": "share_content_title",
|
|
5841
|
+ "type": "ShortString",
|
|
5842
|
+ "remark": "",
|
|
5843
|
+ "chnname": "分享标题"
|
|
5844
|
+ },
|
|
5845
|
+ {
|
|
5846
|
+ "name": "share_content_img",
|
|
5847
|
+ "type": "LongText",
|
|
5848
|
+ "remark": "",
|
|
5849
|
+ "chnname": "分享图片"
|
|
5850
|
+ },
|
|
5851
|
+ {
|
|
5852
|
+ "name": "share_content_type",
|
|
5853
|
+ "type": "DefaultString",
|
|
5854
|
+ "remark": "",
|
|
5855
|
+ "chnname": "分享内容类型"
|
|
5856
|
+ },
|
|
5857
|
+ {
|
|
5858
|
+ "name": "status",
|
|
5859
|
+ "type": "TINYINT",
|
|
5860
|
+ "remark": "",
|
|
5861
|
+ "chnname": "状态"
|
|
5862
|
+ },
|
|
5863
|
+ {
|
|
5864
|
+ "name": "create_date",
|
|
5865
|
+ "type": "DateTime",
|
|
5866
|
+ "remark": "",
|
|
5867
|
+ "chnname": "创建时间"
|
|
5868
|
+ },
|
|
5869
|
+ {
|
|
5870
|
+ "name": "org_id",
|
|
5871
|
+ "type": "Integer",
|
|
5872
|
+ "remark": "",
|
|
5873
|
+ "chnname": "公司id"
|
|
5874
|
+ }
|
|
5875
|
+ ],
|
|
5876
|
+ "indexs": [],
|
|
5877
|
+ "headers": [
|
|
5878
|
+ {
|
|
5879
|
+ "fieldName": "chnname",
|
|
5880
|
+ "relationNoShow": false
|
|
5881
|
+ },
|
|
5882
|
+ {
|
|
5883
|
+ "fieldName": "name",
|
|
5884
|
+ "relationNoShow": false
|
|
5885
|
+ },
|
|
5886
|
+ {
|
|
5887
|
+ "fieldName": "type",
|
|
5888
|
+ "relationNoShow": false
|
|
5889
|
+ },
|
|
5890
|
+ {
|
|
5891
|
+ "fieldName": "dataType",
|
|
5892
|
+ "relationNoShow": true
|
|
5893
|
+ },
|
|
5894
|
+ {
|
|
5895
|
+ "fieldName": "remark",
|
|
5896
|
+ "relationNoShow": true
|
|
5897
|
+ },
|
|
5898
|
+ {
|
|
5899
|
+ "fieldName": "pk",
|
|
5900
|
+ "relationNoShow": false
|
|
5901
|
+ },
|
|
5902
|
+ {
|
|
5903
|
+ "fieldName": "notNull",
|
|
5904
|
+ "relationNoShow": true
|
|
5905
|
+ },
|
|
5906
|
+ {
|
|
5907
|
+ "fieldName": "autoIncrement",
|
|
5908
|
+ "relationNoShow": true
|
|
5909
|
+ },
|
|
5910
|
+ {
|
|
5911
|
+ "fieldName": "defaultValue",
|
|
5912
|
+ "relationNoShow": true
|
|
5913
|
+ },
|
|
5914
|
+ {
|
|
5915
|
+ "fieldName": "relationNoShow",
|
|
5916
|
+ "relationNoShow": true
|
|
5917
|
+ },
|
|
5918
|
+ {
|
|
5919
|
+ "fieldName": "uiHint",
|
|
5920
|
+ "relationNoShow": true
|
|
5921
|
+ }
|
|
5922
|
+ ],
|
|
5923
|
+ "chnname": "分享设置表"
|
|
5924
|
+ },
|
|
5925
|
+ {
|
|
5926
|
+ "title": "ta_poster",
|
|
5927
|
+ "fields": [
|
|
5928
|
+ {
|
|
5929
|
+ "name": "poster_id",
|
|
5930
|
+ "type": "Integer",
|
|
5931
|
+ "remark": "",
|
|
5932
|
+ "chnname": "海报id",
|
|
5933
|
+ "pk": true,
|
|
5934
|
+ "notNull": true,
|
|
5935
|
+ "autoIncrement": true
|
|
5936
|
+ },
|
|
5937
|
+ {
|
|
5938
|
+ "name": "target_id",
|
|
5939
|
+ "type": "LongKey",
|
|
5940
|
+ "remark": "",
|
|
5941
|
+ "chnname": "目标id"
|
|
5942
|
+ },
|
|
5943
|
+ {
|
|
5944
|
+ "name": "target_type",
|
|
5945
|
+ "type": "DefaultString",
|
|
5946
|
+ "remark": "",
|
|
5947
|
+ "chnname": "目标类型"
|
|
5948
|
+ },
|
|
5949
|
+ {
|
|
5950
|
+ "name": "poster_model",
|
|
5951
|
+ "type": "LongKey",
|
|
5952
|
+ "remark": "",
|
|
5953
|
+ "chnname": "海报模板"
|
|
5954
|
+ },
|
|
5955
|
+ {
|
|
5956
|
+ "name": "poster_img",
|
|
5957
|
+ "type": "LongText",
|
|
5958
|
+ "remark": "",
|
|
5959
|
+ "chnname": "海报图片"
|
|
5960
|
+ },
|
|
5961
|
+ {
|
|
5962
|
+ "name": "poster_title",
|
|
5963
|
+ "type": "ShortString",
|
|
5964
|
+ "remark": "",
|
|
5965
|
+ "chnname": "海报标题"
|
|
5966
|
+ },
|
|
5967
|
+ {
|
|
5968
|
+ "name": "poster_description",
|
|
5969
|
+ "type": "MiddleString",
|
|
5970
|
+ "remark": "",
|
|
5971
|
+ "chnname": "海报描述"
|
|
5972
|
+ },
|
|
5973
|
+ {
|
|
5974
|
+ "name": "status",
|
|
5975
|
+ "type": "TINYINT",
|
|
5976
|
+ "remark": "",
|
|
5977
|
+ "chnname": "状态"
|
|
5978
|
+ },
|
|
5979
|
+ {
|
|
5980
|
+ "name": "create_date",
|
|
5981
|
+ "type": "DateTime",
|
|
5982
|
+ "remark": "",
|
|
5983
|
+ "chnname": "创建时间"
|
|
5984
|
+ },
|
|
5985
|
+ {
|
|
5986
|
+ "name": "org_id",
|
|
5987
|
+ "type": "Integer",
|
|
5988
|
+ "remark": "",
|
|
5989
|
+ "chnname": "公司id"
|
|
5990
|
+ }
|
|
5991
|
+ ],
|
|
5992
|
+ "indexs": [],
|
|
5993
|
+ "headers": [
|
|
5994
|
+ {
|
|
5995
|
+ "fieldName": "chnname",
|
|
5996
|
+ "relationNoShow": false
|
|
5997
|
+ },
|
|
5998
|
+ {
|
|
5999
|
+ "fieldName": "name",
|
|
6000
|
+ "relationNoShow": false
|
|
6001
|
+ },
|
|
6002
|
+ {
|
|
6003
|
+ "fieldName": "type",
|
|
6004
|
+ "relationNoShow": false
|
|
6005
|
+ },
|
|
6006
|
+ {
|
|
6007
|
+ "fieldName": "dataType",
|
|
6008
|
+ "relationNoShow": true
|
|
6009
|
+ },
|
|
6010
|
+ {
|
|
6011
|
+ "fieldName": "remark",
|
|
6012
|
+ "relationNoShow": true
|
|
6013
|
+ },
|
|
6014
|
+ {
|
|
6015
|
+ "fieldName": "pk",
|
|
6016
|
+ "relationNoShow": false
|
|
6017
|
+ },
|
|
6018
|
+ {
|
|
6019
|
+ "fieldName": "notNull",
|
|
6020
|
+ "relationNoShow": true
|
|
6021
|
+ },
|
|
6022
|
+ {
|
|
6023
|
+ "fieldName": "autoIncrement",
|
|
6024
|
+ "relationNoShow": true
|
|
6025
|
+ },
|
|
6026
|
+ {
|
|
6027
|
+ "fieldName": "defaultValue",
|
|
6028
|
+ "relationNoShow": true
|
|
6029
|
+ },
|
|
6030
|
+ {
|
|
6031
|
+ "fieldName": "relationNoShow",
|
|
6032
|
+ "relationNoShow": true
|
|
6033
|
+ },
|
|
6034
|
+ {
|
|
6035
|
+ "fieldName": "uiHint",
|
|
6036
|
+ "relationNoShow": true
|
|
6037
|
+ }
|
|
6038
|
+ ],
|
|
6039
|
+ "chnname": "分享海报表"
|
5832
|
6040
|
}
|
5833
|
6041
|
],
|
5834
|
6042
|
"graphCanvas": {
|