Files
lserp_cs_6.0/插件库/Lskj.ProductSched/ProductDataModel.cs
T
tdx 527587929b SVN r380
SVN-Revision: r380
2025-03-24 12:37:03 +00:00

15 lines
418 B
C#

using DevExpress.XtraTreeList.Columns;
using Lskj.Control.Model;
using Lskj.Model;
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Text;
namespace Lskj.ProductiSched
{
public class ProductDataModel
{
// 在你的类内部定义此字典(一次定义,长期复用)
public Dictionary<object, DateTime> columnDateMapping = new Dictionar