From 75aedd639f62048bb8ab655b78b9dbf3be904a6b Mon Sep 17 00:00:00 2001 From: wyf Date: Fri, 6 Jun 2025 01:26:11 +0000 Subject: [PATCH] SVN r682 SVN-Revision: r682 --- 插件库/Lskj.Control/Model/StaticControl.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/插件库/Lskj.Control/Model/StaticControl.cs b/插件库/Lskj.Control/Model/StaticControl.cs index e7e7f15..978d9f8 100644 --- a/插件库/Lskj.Control/Model/StaticControl.cs +++ b/插件库/Lskj.Control/Model/StaticControl.cs @@ -29,4 +29,8 @@ namespace Lskj.Control.Model /// /// 表格拖拽类,key值为目标表 /// - public static Dictionary> TargetViewDragGridDic = new Dictionary> TargetViewDragGridDic = new Dictionary>(); + /// + /// 当前拖拽源表格 + /// + public static GridView SourceD \ No newline at end of file