From ca4c281f3e2f52b1e0cbb9caaf75581286d58a52 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期二, 22 八月 2023 16:44:48 +0800 Subject: [PATCH] 修改资源树的选择功能 --- DataLoader/Model/CommonProp.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/DataLoader/Model/CommonProp.cs b/DataLoader/Model/CommonProp.cs index b015a67..5a38914 100644 --- a/DataLoader/Model/CommonProp.cs +++ b/DataLoader/Model/CommonProp.cs @@ -61,6 +61,11 @@ public static string Depname; /// <summary> + /// 鐩綍ID + /// </summary> + public static int dirId; + + /// <summary> /// 鐩綍缂栫爜 /// </summary> public static string Dircode; -- Gitblit v1.9.3