|
@@ -14620,6 +14620,754 @@
|
14620
|
14620
|
}
|
14621
|
14621
|
}
|
14622
|
14622
|
]
|
|
14623
|
+ },
|
|
14624
|
+ {
|
|
14625
|
+ "name": "h5",
|
|
14626
|
+ "chnname": "样例管理模块",
|
|
14627
|
+ "entities": [
|
|
14628
|
+ {
|
|
14629
|
+ "title": "ta_contact",
|
|
14630
|
+ "fields": [
|
|
14631
|
+ {
|
|
14632
|
+ "name": "contact_id",
|
|
14633
|
+ "type": "Integer",
|
|
14634
|
+ "remark": "",
|
|
14635
|
+ "chnname": "联系人id",
|
|
14636
|
+ "pk": true,
|
|
14637
|
+ "notNull": true,
|
|
14638
|
+ "autoIncrement": true
|
|
14639
|
+ },
|
|
14640
|
+ {
|
|
14641
|
+ "name": "contact_name",
|
|
14642
|
+ "type": "ShortString",
|
|
14643
|
+ "remark": "",
|
|
14644
|
+ "chnname": "姓名"
|
|
14645
|
+ },
|
|
14646
|
+ {
|
|
14647
|
+ "name": "sex",
|
|
14648
|
+ "type": "Integer",
|
|
14649
|
+ "remark": "1男2女",
|
|
14650
|
+ "chnname": "性别"
|
|
14651
|
+ },
|
|
14652
|
+ {
|
|
14653
|
+ "name": "create_date",
|
|
14654
|
+ "type": "DateTime",
|
|
14655
|
+ "remark": "",
|
|
14656
|
+ "chnname": "创建时间"
|
|
14657
|
+ },
|
|
14658
|
+ {
|
|
14659
|
+ "name": "avatar",
|
|
14660
|
+ "type": "LongString",
|
|
14661
|
+ "remark": "",
|
|
14662
|
+ "chnname": "头像"
|
|
14663
|
+ },
|
|
14664
|
+ {
|
|
14665
|
+ "name": "appellation",
|
|
14666
|
+ "type": "ShortString",
|
|
14667
|
+ "remark": "",
|
|
14668
|
+ "chnname": "对外头衔"
|
|
14669
|
+ },
|
|
14670
|
+ {
|
|
14671
|
+ "name": "telephone",
|
|
14672
|
+ "type": "ShortString",
|
|
14673
|
+ "remark": "",
|
|
14674
|
+ "chnname": "固定电话"
|
|
14675
|
+ },
|
|
14676
|
+ {
|
|
14677
|
+ "name": "phone",
|
|
14678
|
+ "type": "DefaultString",
|
|
14679
|
+ "remark": "",
|
|
14680
|
+ "chnname": "手机号"
|
|
14681
|
+ },
|
|
14682
|
+ {
|
|
14683
|
+ "name": "wx_card_img",
|
|
14684
|
+ "type": "DefaultString",
|
|
14685
|
+ "remark": "",
|
|
14686
|
+ "chnname": "微信号图片"
|
|
14687
|
+ },
|
|
14688
|
+ {
|
|
14689
|
+ "name": "mail",
|
|
14690
|
+ "type": "ShortString",
|
|
14691
|
+ "remark": "",
|
|
14692
|
+ "chnname": "邮箱"
|
|
14693
|
+ },
|
|
14694
|
+ {
|
|
14695
|
+ "name": "address",
|
|
14696
|
+ "type": "LongString",
|
|
14697
|
+ "remark": "",
|
|
14698
|
+ "chnname": "联系地址"
|
|
14699
|
+ },
|
|
14700
|
+ {
|
|
14701
|
+ "name": "job",
|
|
14702
|
+ "type": "DefaultString",
|
|
14703
|
+ "remark": "",
|
|
14704
|
+ "chnname": "内部岗位"
|
|
14705
|
+ },
|
|
14706
|
+ {
|
|
14707
|
+ "name": "order_no",
|
|
14708
|
+ "type": "DefaultString",
|
|
14709
|
+ "remark": "",
|
|
14710
|
+ "chnname": "权重"
|
|
14711
|
+ },
|
|
14712
|
+ {
|
|
14713
|
+ "name": "status",
|
|
14714
|
+ "type": "Integer",
|
|
14715
|
+ "remark": "-1删除0作废1有效",
|
|
14716
|
+ "chnname": "状态"
|
|
14717
|
+ }
|
|
14718
|
+ ],
|
|
14719
|
+ "indexs": [],
|
|
14720
|
+ "headers": [
|
|
14721
|
+ {
|
|
14722
|
+ "fieldName": "chnname",
|
|
14723
|
+ "relationNoShow": false
|
|
14724
|
+ },
|
|
14725
|
+ {
|
|
14726
|
+ "fieldName": "name",
|
|
14727
|
+ "relationNoShow": false
|
|
14728
|
+ },
|
|
14729
|
+ {
|
|
14730
|
+ "fieldName": "type",
|
|
14731
|
+ "relationNoShow": false
|
|
14732
|
+ },
|
|
14733
|
+ {
|
|
14734
|
+ "fieldName": "dataType",
|
|
14735
|
+ "relationNoShow": true
|
|
14736
|
+ },
|
|
14737
|
+ {
|
|
14738
|
+ "fieldName": "remark",
|
|
14739
|
+ "relationNoShow": true
|
|
14740
|
+ },
|
|
14741
|
+ {
|
|
14742
|
+ "fieldName": "pk",
|
|
14743
|
+ "relationNoShow": false
|
|
14744
|
+ },
|
|
14745
|
+ {
|
|
14746
|
+ "fieldName": "notNull",
|
|
14747
|
+ "relationNoShow": true
|
|
14748
|
+ },
|
|
14749
|
+ {
|
|
14750
|
+ "fieldName": "autoIncrement",
|
|
14751
|
+ "relationNoShow": true
|
|
14752
|
+ },
|
|
14753
|
+ {
|
|
14754
|
+ "fieldName": "defaultValue",
|
|
14755
|
+ "relationNoShow": true
|
|
14756
|
+ },
|
|
14757
|
+ {
|
|
14758
|
+ "fieldName": "relationNoShow",
|
|
14759
|
+ "relationNoShow": true
|
|
14760
|
+ },
|
|
14761
|
+ {
|
|
14762
|
+ "fieldName": "uiHint",
|
|
14763
|
+ "relationNoShow": true
|
|
14764
|
+ }
|
|
14765
|
+ ],
|
|
14766
|
+ "chnname": "联系人表"
|
|
14767
|
+ },
|
|
14768
|
+ {
|
|
14769
|
+ "title": "ta_sample",
|
|
14770
|
+ "fields": [
|
|
14771
|
+ {
|
|
14772
|
+ "name": "sample_id",
|
|
14773
|
+ "type": "Integer",
|
|
14774
|
+ "remark": "",
|
|
14775
|
+ "chnname": "样例id",
|
|
14776
|
+ "pk": true,
|
|
14777
|
+ "notNull": true,
|
|
14778
|
+ "autoIncrement": true
|
|
14779
|
+ },
|
|
14780
|
+ {
|
|
14781
|
+ "name": "create_date",
|
|
14782
|
+ "type": "DateTime",
|
|
14783
|
+ "remark": "",
|
|
14784
|
+ "chnname": "创建时间"
|
|
14785
|
+ },
|
|
14786
|
+ {
|
|
14787
|
+ "name": "sample_name",
|
|
14788
|
+ "type": "ShortString",
|
|
14789
|
+ "remark": "",
|
|
14790
|
+ "chnname": "样例名"
|
|
14791
|
+ },
|
|
14792
|
+ {
|
|
14793
|
+ "name": "sample_try_link",
|
|
14794
|
+ "type": "LongString",
|
|
14795
|
+ "remark": "",
|
|
14796
|
+ "chnname": "样例体验链接"
|
|
14797
|
+ },
|
|
14798
|
+ {
|
|
14799
|
+ "name": "sample_try_code",
|
|
14800
|
+ "type": "LongString",
|
|
14801
|
+ "remark": "",
|
|
14802
|
+ "chnname": "样例体验二维码/小程序码"
|
|
14803
|
+ },
|
|
14804
|
+ {
|
|
14805
|
+ "name": "cover_img",
|
|
14806
|
+ "type": "LongString",
|
|
14807
|
+ "remark": "",
|
|
14808
|
+ "chnname": "封面图"
|
|
14809
|
+ },
|
|
14810
|
+ {
|
|
14811
|
+ "name": "status",
|
|
14812
|
+ "type": "Integer",
|
|
14813
|
+ "remark": "-1删除0作废1有效",
|
|
14814
|
+ "chnname": "发布状态"
|
|
14815
|
+ },
|
|
14816
|
+ {
|
|
14817
|
+ "name": "order_no",
|
|
14818
|
+ "type": "Integer",
|
|
14819
|
+ "remark": "",
|
|
14820
|
+ "chnname": "权重"
|
|
14821
|
+ },
|
|
14822
|
+ {
|
|
14823
|
+ "name": "tag",
|
|
14824
|
+ "type": "DefaultString",
|
|
14825
|
+ "remark": "用逗号分隔",
|
|
14826
|
+ "chnname": "标签"
|
|
14827
|
+ },
|
|
14828
|
+ {
|
|
14829
|
+ "name": "sample_type",
|
|
14830
|
+ "type": "DefaultString",
|
|
14831
|
+ "remark": "rich富文本link外部链接",
|
|
14832
|
+ "chnname": "样例类型"
|
|
14833
|
+ },
|
|
14834
|
+ {
|
|
14835
|
+ "name": "sample_content",
|
|
14836
|
+ "type": "LongText",
|
|
14837
|
+ "remark": "",
|
|
14838
|
+ "chnname": "样例内容"
|
|
14839
|
+ }
|
|
14840
|
+ ],
|
|
14841
|
+ "indexs": [],
|
|
14842
|
+ "headers": [
|
|
14843
|
+ {
|
|
14844
|
+ "fieldName": "chnname",
|
|
14845
|
+ "relationNoShow": false
|
|
14846
|
+ },
|
|
14847
|
+ {
|
|
14848
|
+ "fieldName": "name",
|
|
14849
|
+ "relationNoShow": false
|
|
14850
|
+ },
|
|
14851
|
+ {
|
|
14852
|
+ "fieldName": "type",
|
|
14853
|
+ "relationNoShow": false
|
|
14854
|
+ },
|
|
14855
|
+ {
|
|
14856
|
+ "fieldName": "dataType",
|
|
14857
|
+ "relationNoShow": true
|
|
14858
|
+ },
|
|
14859
|
+ {
|
|
14860
|
+ "fieldName": "remark",
|
|
14861
|
+ "relationNoShow": true
|
|
14862
|
+ },
|
|
14863
|
+ {
|
|
14864
|
+ "fieldName": "pk",
|
|
14865
|
+ "relationNoShow": false
|
|
14866
|
+ },
|
|
14867
|
+ {
|
|
14868
|
+ "fieldName": "notNull",
|
|
14869
|
+ "relationNoShow": true
|
|
14870
|
+ },
|
|
14871
|
+ {
|
|
14872
|
+ "fieldName": "autoIncrement",
|
|
14873
|
+ "relationNoShow": true
|
|
14874
|
+ },
|
|
14875
|
+ {
|
|
14876
|
+ "fieldName": "defaultValue",
|
|
14877
|
+ "relationNoShow": true
|
|
14878
|
+ },
|
|
14879
|
+ {
|
|
14880
|
+ "fieldName": "relationNoShow",
|
|
14881
|
+ "relationNoShow": true
|
|
14882
|
+ },
|
|
14883
|
+ {
|
|
14884
|
+ "fieldName": "uiHint",
|
|
14885
|
+ "relationNoShow": true
|
|
14886
|
+ }
|
|
14887
|
+ ],
|
|
14888
|
+ "chnname": "样例表"
|
|
14889
|
+ },
|
|
14890
|
+ {
|
|
14891
|
+ "title": "ta_sample_contact",
|
|
14892
|
+ "fields": [
|
|
14893
|
+ {
|
|
14894
|
+ "name": "sample_contact_id",
|
|
14895
|
+ "type": "Integer",
|
|
14896
|
+ "remark": "",
|
|
14897
|
+ "chnname": "样例与联系人关联表",
|
|
14898
|
+ "pk": true,
|
|
14899
|
+ "notNull": true,
|
|
14900
|
+ "autoIncrement": true
|
|
14901
|
+ },
|
|
14902
|
+ {
|
|
14903
|
+ "name": "sample_id",
|
|
14904
|
+ "type": "Integer",
|
|
14905
|
+ "remark": "",
|
|
14906
|
+ "chnname": "样例id"
|
|
14907
|
+ },
|
|
14908
|
+ {
|
|
14909
|
+ "name": "contact_id",
|
|
14910
|
+ "type": "Integer",
|
|
14911
|
+ "remark": "",
|
|
14912
|
+ "chnname": "联系人id"
|
|
14913
|
+ }
|
|
14914
|
+ ],
|
|
14915
|
+ "indexs": [],
|
|
14916
|
+ "headers": [
|
|
14917
|
+ {
|
|
14918
|
+ "fieldName": "chnname",
|
|
14919
|
+ "relationNoShow": false
|
|
14920
|
+ },
|
|
14921
|
+ {
|
|
14922
|
+ "fieldName": "name",
|
|
14923
|
+ "relationNoShow": false
|
|
14924
|
+ },
|
|
14925
|
+ {
|
|
14926
|
+ "fieldName": "type",
|
|
14927
|
+ "relationNoShow": false
|
|
14928
|
+ },
|
|
14929
|
+ {
|
|
14930
|
+ "fieldName": "dataType",
|
|
14931
|
+ "relationNoShow": true
|
|
14932
|
+ },
|
|
14933
|
+ {
|
|
14934
|
+ "fieldName": "remark",
|
|
14935
|
+ "relationNoShow": true
|
|
14936
|
+ },
|
|
14937
|
+ {
|
|
14938
|
+ "fieldName": "pk",
|
|
14939
|
+ "relationNoShow": false
|
|
14940
|
+ },
|
|
14941
|
+ {
|
|
14942
|
+ "fieldName": "notNull",
|
|
14943
|
+ "relationNoShow": true
|
|
14944
|
+ },
|
|
14945
|
+ {
|
|
14946
|
+ "fieldName": "autoIncrement",
|
|
14947
|
+ "relationNoShow": true
|
|
14948
|
+ },
|
|
14949
|
+ {
|
|
14950
|
+ "fieldName": "defaultValue",
|
|
14951
|
+ "relationNoShow": true
|
|
14952
|
+ },
|
|
14953
|
+ {
|
|
14954
|
+ "fieldName": "relationNoShow",
|
|
14955
|
+ "relationNoShow": true
|
|
14956
|
+ },
|
|
14957
|
+ {
|
|
14958
|
+ "fieldName": "uiHint",
|
|
14959
|
+ "relationNoShow": true
|
|
14960
|
+ }
|
|
14961
|
+ ],
|
|
14962
|
+ "chnname": "样例与联系人关联表"
|
|
14963
|
+ },
|
|
14964
|
+ {
|
|
14965
|
+ "title": "ta_demand",
|
|
14966
|
+ "fields": [
|
|
14967
|
+ {
|
|
14968
|
+ "name": "demand_id",
|
|
14969
|
+ "type": "Integer",
|
|
14970
|
+ "remark": "",
|
|
14971
|
+ "chnname": "需求id",
|
|
14972
|
+ "pk": true,
|
|
14973
|
+ "notNull": true,
|
|
14974
|
+ "autoIncrement": true
|
|
14975
|
+ },
|
|
14976
|
+ {
|
|
14977
|
+ "name": "sample_id",
|
|
14978
|
+ "type": "Integer",
|
|
14979
|
+ "remark": "",
|
|
14980
|
+ "chnname": "样例id"
|
|
14981
|
+ },
|
|
14982
|
+ {
|
|
14983
|
+ "name": "sample_name",
|
|
14984
|
+ "type": "MiddleString",
|
|
14985
|
+ "remark": "",
|
|
14986
|
+ "chnname": "样例名"
|
|
14987
|
+ },
|
|
14988
|
+ {
|
|
14989
|
+ "name": "org_id",
|
|
14990
|
+ "type": "Integer",
|
|
14991
|
+ "remark": "",
|
|
14992
|
+ "chnname": "公司id"
|
|
14993
|
+ },
|
|
14994
|
+ {
|
|
14995
|
+ "name": "org_name",
|
|
14996
|
+ "type": "MiddleString",
|
|
14997
|
+ "remark": "",
|
|
14998
|
+ "chnname": "下单组织"
|
|
14999
|
+ },
|
|
15000
|
+ {
|
|
15001
|
+ "name": "orderer",
|
|
15002
|
+ "type": "MiddleString",
|
|
15003
|
+ "remark": "",
|
|
15004
|
+ "chnname": "下单人"
|
|
15005
|
+ },
|
|
15006
|
+ {
|
|
15007
|
+ "name": "phone",
|
|
15008
|
+ "type": "DefaultString",
|
|
15009
|
+ "remark": "",
|
|
15010
|
+ "chnname": "联系方式"
|
|
15011
|
+ },
|
|
15012
|
+ {
|
|
15013
|
+ "name": "demand_content",
|
|
15014
|
+ "type": "LongText",
|
|
15015
|
+ "remark": "",
|
|
15016
|
+ "chnname": "需求描述"
|
|
15017
|
+ },
|
|
15018
|
+ {
|
|
15019
|
+ "name": "demand_status",
|
|
15020
|
+ "type": "Integer",
|
|
15021
|
+ "remark": "1是已提交2是处理中3是已交付-1是作废",
|
|
15022
|
+ "chnname": "需求单状态"
|
|
15023
|
+ },
|
|
15024
|
+ {
|
|
15025
|
+ "name": "create_date",
|
|
15026
|
+ "type": "DateTime",
|
|
15027
|
+ "remark": "",
|
|
15028
|
+ "chnname": "创建时间"
|
|
15029
|
+ },
|
|
15030
|
+ {
|
|
15031
|
+ "name": "update_date",
|
|
15032
|
+ "type": "DateTime",
|
|
15033
|
+ "remark": "",
|
|
15034
|
+ "chnname": "更新时间"
|
|
15035
|
+ },
|
|
15036
|
+ {
|
|
15037
|
+ "name": "remark",
|
|
15038
|
+ "type": "LongString",
|
|
15039
|
+ "remark": "",
|
|
15040
|
+ "chnname": "备注"
|
|
15041
|
+ }
|
|
15042
|
+ ],
|
|
15043
|
+ "indexs": [],
|
|
15044
|
+ "headers": [
|
|
15045
|
+ {
|
|
15046
|
+ "fieldName": "chnname",
|
|
15047
|
+ "relationNoShow": false
|
|
15048
|
+ },
|
|
15049
|
+ {
|
|
15050
|
+ "fieldName": "name",
|
|
15051
|
+ "relationNoShow": false
|
|
15052
|
+ },
|
|
15053
|
+ {
|
|
15054
|
+ "fieldName": "type",
|
|
15055
|
+ "relationNoShow": false
|
|
15056
|
+ },
|
|
15057
|
+ {
|
|
15058
|
+ "fieldName": "dataType",
|
|
15059
|
+ "relationNoShow": true
|
|
15060
|
+ },
|
|
15061
|
+ {
|
|
15062
|
+ "fieldName": "remark",
|
|
15063
|
+ "relationNoShow": true
|
|
15064
|
+ },
|
|
15065
|
+ {
|
|
15066
|
+ "fieldName": "pk",
|
|
15067
|
+ "relationNoShow": false
|
|
15068
|
+ },
|
|
15069
|
+ {
|
|
15070
|
+ "fieldName": "notNull",
|
|
15071
|
+ "relationNoShow": true
|
|
15072
|
+ },
|
|
15073
|
+ {
|
|
15074
|
+ "fieldName": "autoIncrement",
|
|
15075
|
+ "relationNoShow": true
|
|
15076
|
+ },
|
|
15077
|
+ {
|
|
15078
|
+ "fieldName": "defaultValue",
|
|
15079
|
+ "relationNoShow": true
|
|
15080
|
+ },
|
|
15081
|
+ {
|
|
15082
|
+ "fieldName": "relationNoShow",
|
|
15083
|
+ "relationNoShow": true
|
|
15084
|
+ },
|
|
15085
|
+ {
|
|
15086
|
+ "fieldName": "uiHint",
|
|
15087
|
+ "relationNoShow": true
|
|
15088
|
+ }
|
|
15089
|
+ ],
|
|
15090
|
+ "chnname": "需求单表"
|
|
15091
|
+ },
|
|
15092
|
+ {
|
|
15093
|
+ "title": "ta_notice",
|
|
15094
|
+ "fields": [
|
|
15095
|
+ {
|
|
15096
|
+ "name": "notice_id",
|
|
15097
|
+ "type": "Integer",
|
|
15098
|
+ "remark": "",
|
|
15099
|
+ "chnname": "通知id",
|
|
15100
|
+ "pk": true,
|
|
15101
|
+ "notNull": true,
|
|
15102
|
+ "autoIncrement": true
|
|
15103
|
+ },
|
|
15104
|
+ {
|
|
15105
|
+ "name": "title",
|
|
15106
|
+ "type": "MiddleString",
|
|
15107
|
+ "remark": "",
|
|
15108
|
+ "chnname": "通知标题"
|
|
15109
|
+ },
|
|
15110
|
+ {
|
|
15111
|
+ "name": "notice_img",
|
|
15112
|
+ "type": "LongString",
|
|
15113
|
+ "remark": "",
|
|
15114
|
+ "chnname": "通知图"
|
|
15115
|
+ },
|
|
15116
|
+ {
|
|
15117
|
+ "name": "target_type",
|
|
15118
|
+ "type": "ShortString",
|
|
15119
|
+ "remark": "此版本固定sample",
|
|
15120
|
+ "chnname": "关联业务类型"
|
|
15121
|
+ },
|
|
15122
|
+ {
|
|
15123
|
+ "name": "target_id",
|
|
15124
|
+ "type": "Integer",
|
|
15125
|
+ "remark": "此版本固定sample_id",
|
|
15126
|
+ "chnname": "关联业务"
|
|
15127
|
+ },
|
|
15128
|
+ {
|
|
15129
|
+ "name": "status",
|
|
15130
|
+ "type": "Integer",
|
|
15131
|
+ "remark": "-1删除0是未发布1是已发布",
|
|
15132
|
+ "chnname": "状态"
|
|
15133
|
+ },
|
|
15134
|
+ {
|
|
15135
|
+ "name": "create_date",
|
|
15136
|
+ "type": "DateTime",
|
|
15137
|
+ "remark": "",
|
|
15138
|
+ "chnname": "创建时间"
|
|
15139
|
+ },
|
|
15140
|
+ {
|
|
15141
|
+ "name": "invalid_time",
|
|
15142
|
+ "type": "DateTime",
|
|
15143
|
+ "remark": "定时任务用mysql做",
|
|
15144
|
+ "chnname": "自动下架时间"
|
|
15145
|
+ },
|
|
15146
|
+ {
|
|
15147
|
+ "name": "order_no",
|
|
15148
|
+ "type": "Integer",
|
|
15149
|
+ "remark": "",
|
|
15150
|
+ "chnname": "权重"
|
|
15151
|
+ }
|
|
15152
|
+ ],
|
|
15153
|
+ "indexs": [],
|
|
15154
|
+ "headers": [
|
|
15155
|
+ {
|
|
15156
|
+ "fieldName": "chnname",
|
|
15157
|
+ "relationNoShow": false
|
|
15158
|
+ },
|
|
15159
|
+ {
|
|
15160
|
+ "fieldName": "name",
|
|
15161
|
+ "relationNoShow": false
|
|
15162
|
+ },
|
|
15163
|
+ {
|
|
15164
|
+ "fieldName": "type",
|
|
15165
|
+ "relationNoShow": false
|
|
15166
|
+ },
|
|
15167
|
+ {
|
|
15168
|
+ "fieldName": "dataType",
|
|
15169
|
+ "relationNoShow": true
|
|
15170
|
+ },
|
|
15171
|
+ {
|
|
15172
|
+ "fieldName": "remark",
|
|
15173
|
+ "relationNoShow": true
|
|
15174
|
+ },
|
|
15175
|
+ {
|
|
15176
|
+ "fieldName": "pk",
|
|
15177
|
+ "relationNoShow": false
|
|
15178
|
+ },
|
|
15179
|
+ {
|
|
15180
|
+ "fieldName": "notNull",
|
|
15181
|
+ "relationNoShow": true
|
|
15182
|
+ },
|
|
15183
|
+ {
|
|
15184
|
+ "fieldName": "autoIncrement",
|
|
15185
|
+ "relationNoShow": true
|
|
15186
|
+ },
|
|
15187
|
+ {
|
|
15188
|
+ "fieldName": "defaultValue",
|
|
15189
|
+ "relationNoShow": true
|
|
15190
|
+ },
|
|
15191
|
+ {
|
|
15192
|
+ "fieldName": "relationNoShow",
|
|
15193
|
+ "relationNoShow": true
|
|
15194
|
+ },
|
|
15195
|
+ {
|
|
15196
|
+ "fieldName": "uiHint",
|
|
15197
|
+ "relationNoShow": true
|
|
15198
|
+ }
|
|
15199
|
+ ],
|
|
15200
|
+ "chnname": "开屏通知"
|
|
15201
|
+ }
|
|
15202
|
+ ],
|
|
15203
|
+ "graphCanvas": {
|
|
15204
|
+ "nodes": [
|
|
15205
|
+ {
|
|
15206
|
+ "shape": "table",
|
|
15207
|
+ "title": "ta_contact",
|
|
15208
|
+ "moduleName": false,
|
|
15209
|
+ "x": 420,
|
|
15210
|
+ "y": 290,
|
|
15211
|
+ "id": "985e1778"
|
|
15212
|
+ },
|
|
15213
|
+ {
|
|
15214
|
+ "shape": "table",
|
|
15215
|
+ "title": "ta_sample_contact",
|
|
15216
|
+ "moduleName": false,
|
|
15217
|
+ "x": 850,
|
|
15218
|
+ "y": 240,
|
|
15219
|
+ "id": "05dee796"
|
|
15220
|
+ },
|
|
15221
|
+ {
|
|
15222
|
+ "shape": "table",
|
|
15223
|
+ "title": "ta_sample",
|
|
15224
|
+ "moduleName": false,
|
|
15225
|
+ "x": 1350,
|
|
15226
|
+ "y": 260,
|
|
15227
|
+ "id": "930b846f"
|
|
15228
|
+ },
|
|
15229
|
+ {
|
|
15230
|
+ "shape": "table",
|
|
15231
|
+ "title": "ta_demand",
|
|
15232
|
+ "moduleName": false,
|
|
15233
|
+ "x": 410,
|
|
15234
|
+ "y": 800,
|
|
15235
|
+ "id": "3d14afc6"
|
|
15236
|
+ },
|
|
15237
|
+ {
|
|
15238
|
+ "shape": "table",
|
|
15239
|
+ "title": "ta_notice",
|
|
15240
|
+ "moduleName": false,
|
|
15241
|
+ "x": 870,
|
|
15242
|
+ "y": 870,
|
|
15243
|
+ "id": "d34a2eed"
|
|
15244
|
+ }
|
|
15245
|
+ ],
|
|
15246
|
+ "edges": [
|
|
15247
|
+ {
|
|
15248
|
+ "shape": "erdRelation",
|
|
15249
|
+ "relation": "0,n:1",
|
|
15250
|
+ "source": "985e1778",
|
|
15251
|
+ "target": "05dee796",
|
|
15252
|
+ "id": "6c24f890",
|
|
15253
|
+ "controlPoints": [
|
|
15254
|
+ {
|
|
15255
|
+ "x": 556.4521484375,
|
|
15256
|
+ "y": 172.1209677419355
|
|
15257
|
+ },
|
|
15258
|
+ {
|
|
15259
|
+ "x": 688.4580078125,
|
|
15260
|
+ "y": 272.8611111111111
|
|
15261
|
+ }
|
|
15262
|
+ ],
|
|
15263
|
+ "sourceAnchor": 1,
|
|
15264
|
+ "targetAnchor": 4
|
|
15265
|
+ },
|
|
15266
|
+ {
|
|
15267
|
+ "shape": "erdRelation",
|
|
15268
|
+ "relation": "0,n:1",
|
|
15269
|
+ "source": "930b846f",
|
|
15270
|
+ "target": "05dee796",
|
|
15271
|
+ "id": "34b1ec4e",
|
|
15272
|
+ "controlPoints": [
|
|
15273
|
+ {
|
|
15274
|
+ "x": 1167.8798828125,
|
|
15275
|
+ "y": 172.15
|
|
15276
|
+ },
|
|
15277
|
+ {
|
|
15278
|
+ "x": 1011.5419921875,
|
|
15279
|
+ "y": 252.63888888888889
|
|
15280
|
+ }
|
|
15281
|
+ ],
|
|
15282
|
+ "sourceAnchor": 0,
|
|
15283
|
+ "targetAnchor": 3
|
|
15284
|
+ },
|
|
15285
|
+ {
|
|
15286
|
+ "shape": "erdRelation",
|
|
15287
|
+ "relation": "0,n:1",
|
|
15288
|
+ "source": "930b846f",
|
|
15289
|
+ "target": "3d14afc6",
|
|
15290
|
+ "id": "233ec790",
|
|
15291
|
+ "controlPoints": [
|
|
15292
|
+ {
|
|
15293
|
+ "x": 1167.8798828125,
|
|
15294
|
+ "y": 172.15
|
|
15295
|
+ },
|
|
15296
|
+ {
|
|
15297
|
+ "x": 553.462890625,
|
|
15298
|
+ "y": 722.2129629629629
|
|
15299
|
+ }
|
|
15300
|
+ ],
|
|
15301
|
+ "sourceAnchor": 0,
|
|
15302
|
+ "targetAnchor": 3
|
|
15303
|
+ },
|
|
15304
|
+ {
|
|
15305
|
+ "shape": "erdRelation",
|
|
15306
|
+ "relation": "0,n:1",
|
|
15307
|
+ "source": "930b846f",
|
|
15308
|
+ "target": "d34a2eed",
|
|
15309
|
+ "id": "038eb8ae",
|
|
15310
|
+ "controlPoints": [
|
|
15311
|
+ {
|
|
15312
|
+ "x": 1167.8798828125,
|
|
15313
|
+ "y": 172.15
|
|
15314
|
+ },
|
|
15315
|
+ {
|
|
15316
|
+ "x": 1006.4521484375,
|
|
15317
|
+ "y": 882.5595238095239
|
|
15318
|
+ }
|
|
15319
|
+ ],
|
|
15320
|
+ "sourceAnchor": 0,
|
|
15321
|
+ "targetAnchor": 9
|
|
15322
|
+ }
|
|
15323
|
+ ]
|
|
15324
|
+ },
|
|
15325
|
+ "associations": [
|
|
15326
|
+ {
|
|
15327
|
+ "relation": "0,n:1",
|
|
15328
|
+ "from": {
|
|
15329
|
+ "entity": "ta_contact",
|
|
15330
|
+ "field": "contact_id"
|
|
15331
|
+ },
|
|
15332
|
+ "to": {
|
|
15333
|
+ "entity": "ta_sample_contact",
|
|
15334
|
+ "field": "contact_id"
|
|
15335
|
+ }
|
|
15336
|
+ },
|
|
15337
|
+ {
|
|
15338
|
+ "relation": "0,n:1",
|
|
15339
|
+ "from": {
|
|
15340
|
+ "entity": "ta_sample",
|
|
15341
|
+ "field": "sample_id"
|
|
15342
|
+ },
|
|
15343
|
+ "to": {
|
|
15344
|
+ "entity": "ta_sample_contact",
|
|
15345
|
+ "field": "sample_id"
|
|
15346
|
+ }
|
|
15347
|
+ },
|
|
15348
|
+ {
|
|
15349
|
+ "relation": "0,n:1",
|
|
15350
|
+ "from": {
|
|
15351
|
+ "entity": "ta_sample",
|
|
15352
|
+ "field": "sample_id"
|
|
15353
|
+ },
|
|
15354
|
+ "to": {
|
|
15355
|
+ "entity": "ta_demand",
|
|
15356
|
+ "field": "sample_id"
|
|
15357
|
+ }
|
|
15358
|
+ },
|
|
15359
|
+ {
|
|
15360
|
+ "relation": "0,n:1",
|
|
15361
|
+ "from": {
|
|
15362
|
+ "entity": "ta_sample",
|
|
15363
|
+ "field": "sample_id"
|
|
15364
|
+ },
|
|
15365
|
+ "to": {
|
|
15366
|
+ "entity": "ta_notice",
|
|
15367
|
+ "field": "target_id"
|
|
15368
|
+ }
|
|
15369
|
+ }
|
|
15370
|
+ ]
|
14623
|
15371
|
}
|
14624
|
15372
|
],
|
14625
|
15373
|
"dataTypeDomains": {
|