SVN r380
SVN-Revision: r380
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using Lskj.Control.Model;
|
||||
using DevExpress.XtraTreeList.Columns;
|
||||
using Lskj.Control.Model;
|
||||
using Lskj.Model;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
@@ -8,4 +9,7 @@ using System.Text;
|
||||
|
||||
namespace Lskj.ProductiSched
|
||||
{
|
||||
public class P
|
||||
public class ProductDataModel
|
||||
{
|
||||
// 在你的类内部定义此字典(一次定义,长期复用)
|
||||
public Dictionary<object, DateTime> columnDateMapping = new Dictionar
|
||||
Reference in New Issue
Block a user