40 lines
1.2 KiB
C#
40 lines
1.2 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace dccdc.Models
|
|
{
|
|
public class sqhb2Model
|
|
{
|
|
public int id { get; set; }
|
|
public string sqdh { get; set; }
|
|
public DateTime? sqsj { get; set; }
|
|
public DateTime? tjsj { get; set; }
|
|
public DateTime? jbsj { get; set; } //加班时间
|
|
public DateTime? jdsj { get; set; } //接待时间
|
|
|
|
public int sqrid { get; set; }
|
|
public string sqr { get; set; }
|
|
public int ksid { get; set; }
|
|
public string ksmc { get; set; }
|
|
public decimal? je { get; set; }
|
|
public string bz { get; set; }
|
|
public int zt { get; set; }
|
|
|
|
public DateTime? sptime1 { get; set; }
|
|
public DateTime? sptime2 { get; set; }
|
|
public DateTime? sptime3 { get; set; }
|
|
|
|
public string sqsj2 { get; set; }
|
|
public string tjsj2 { get; set; }
|
|
public string jbsj2 { get; set; } //加班时间
|
|
public string jdsj2 { get; set; } //接待时间
|
|
public string sptime12 { get; set; }
|
|
public string sptime22 { get; set; }
|
|
public string sptime32 { get; set; }
|
|
|
|
|
|
}
|
|
}
|