SVN-Revision: r390
This commit is contained in:
tdx
2025-03-25 08:56:30 +00:00
parent f59fdb8555
commit 23828ad751
3 changed files with 90 additions and 49 deletions
@@ -1,4 +1,5 @@
using DevExpress.XtraTreeList.Columns;
using DevExpress.XtraTreeList.Nodes;
using Lskj.Control.Model;
using Lskj.Model;
using System;
@@ -11,5 +12,7 @@ namespace Lskj.ProductiSched
{
public class ProductDataModel
{
//treeList树展开的节点块
public List<TreeListNode> treeListNodes = new List<TreeListNode>();
// 在你的类内部定义此字典(一次定义,长期复用)
public Dictionary<object, DateTime> columnDateMapping = new Dictionar