+ [task#131071] add the definition of thinkvennlink widget.

This commit is contained in:
wangzemei
2024-11-01 14:30:59 +08:00
committed by 谢杞钰
parent b434842e92
commit 0af1ddea9b
+1
View File
@@ -222,6 +222,7 @@ function thinkPestel(): thinkPestel {return createWg('thinkPestel', func_get_arg
function think4p(): think4p {return createWg('think4p', func_get_args());}
function think3c(): think3c {return createWg('think3c', func_get_args());}
function thinkAnsoff(): thinkAnsoff {return createWg('thinkAnsoff', func_get_args());}
function thinkVennLink(): thinkVennLink {return createWg('thinkVennLink', func_get_args());}
function thinkStepQuote(): thinkStepQuote {return createWg('thinkStepQuote', func_get_args());}
function sqlBuilderControl(): sqlBuilderControl {return createWg('sqlBuilderControl', func_get_args());}
function sqlBuilderPicker(): sqlBuilderPicker {return createWg('sqlBuilderPicker', func_get_args());}