日期:2014-05-17 浏览次数:20919 次
from o in data.Select_gztj_By室(n, m + 1)
select new TJ()
{
gztj = o,
计划时间 = B.ToTime(o.计划时间),
入库时间 = B.ToTime(o.入库时间)
};
public class TJ
{
public TJ()
{
}
public TJ(工作统计 gz)
{
this.gztj = gz;
this.计划时间 = B.ToTime(gz.计划时间);
this.入库时间 = B.ToTime((DateTime)gz.入库时间);
}
public 工作统计 gztj { get; set; }
public string 计划时间 { get; set; }
public string 入库时间 { get; set; }
public bool 选择 { get; set; }
}
public string ToTime(DateTime dt)
{
try
{
if (!dt.Equals(null))
{
DateTime yu = new DateTime(2000, 1, 1);
if (dt.CompareTo(yu) > 0)
{
int y, m, r;