using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Models
{
public class DeleProgress
{
///
///
///
public int Id { get; set; }
///
///
///
public int Diid { get; set; }
///
/// 报批资料准备期间内部工作
///
public int BP_GetReady { get; set; }
///
///
///
public string BP_GetReadyTime { get; set; }
///
/// 报批期间内部工作
///
public int BP_Work { get; set; }
///
///
///
public string BP_WorkTime { get; set; }
///
/// 护照办理期间内部工作
///
public int HZ_Work { get; set; }
///
///
///
public string HZ_WorkTime { get; set; }
///
/// 签证资料准备工作
///
public int QZ_Work { get; set; }
///
///
///
public string QZ_WorkTime { get; set; }
///
/// 送签期间内部工作
///
public int SQ_Work { get; set; }
///
///
///
public string SQ_WorkTime { get; set; }
///
/// 出签
///
public int CQ { get; set; }
///
///
///
public string CQTime { get; set; }
///
/// 行前会
///
public int XQH { get; set; }
///
///
///
public string XQHTime { get; set; }
///
/// 送机
///
public int SJ { get; set; }
///
///
///
public string SJTime { get; set; }
///
///
///
public int OPer { get; set; }
///
///
///
public string OPDate { get; set; }
}
}