合并天辰 作业票
This commit is contained in:
@@ -164,6 +164,19 @@ namespace Model
|
||||
set;
|
||||
}
|
||||
/// <summary>
|
||||
/// 当前步骤是否可以结束
|
||||
/// </summary>
|
||||
public bool CanEndFlow
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public bool? EndFlow
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
/// <summary>
|
||||
/// 下一步审核人ID
|
||||
/// </summary>
|
||||
public string NextOperaterId
|
||||
|
||||
@@ -115,6 +115,15 @@ namespace Model
|
||||
get;
|
||||
set;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 电工名称
|
||||
/// </summary>
|
||||
public string Electrician
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
/// <summary>
|
||||
/// 有效期开始时间
|
||||
/// </summary>
|
||||
@@ -141,6 +150,23 @@ namespace Model
|
||||
set;
|
||||
}
|
||||
/// <summary>
|
||||
/// 试压压力和种类(气体/气压)
|
||||
/// </summary>
|
||||
public string PressureAndType
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 使用工器具
|
||||
/// </summary>
|
||||
public string Tools
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
/// <summary>
|
||||
/// 取消人ID
|
||||
/// </summary>
|
||||
public string CancelManId
|
||||
@@ -348,6 +374,15 @@ namespace Model
|
||||
get;
|
||||
set;
|
||||
}
|
||||
/// <summary>
|
||||
/// 实际开挖深度(动土)
|
||||
/// </summary>
|
||||
public string RealWorkDepth
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 级别(吊装)
|
||||
/// </summary>
|
||||
@@ -389,5 +424,129 @@ namespace Model
|
||||
get;
|
||||
set;
|
||||
}
|
||||
/// <summary>
|
||||
/// 申请人签名
|
||||
/// </summary>
|
||||
public string SignatureUrl
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
/// <summary>
|
||||
/// 加班理由
|
||||
/// </summary>
|
||||
public string Reason
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
/// <summary>
|
||||
/// 现场安全负责人
|
||||
/// </summary>
|
||||
public string SafeLeader
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
/// <summary>
|
||||
/// 现场负责人
|
||||
/// </summary>
|
||||
public string WorkLeader
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
/// <summary>
|
||||
/// 加班人数
|
||||
/// </summary>
|
||||
public string PeopleNum
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
/// <summary>
|
||||
/// 现场电工
|
||||
/// </summary>
|
||||
public string ElectricalMan
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
/// <summary>
|
||||
/// 动火作业人
|
||||
/// </summary>
|
||||
public string WorkMan
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
/// <summary>
|
||||
/// 易燃易爆气体采样地点、时间和分析数据
|
||||
/// </summary>
|
||||
public string AnalysisData
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
/// <summary>
|
||||
/// 安全人员
|
||||
/// </summary>
|
||||
public string SafeMan
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
/// <summary>
|
||||
/// 吊车 车牌
|
||||
/// </summary>
|
||||
public string CarNum
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
/// <summary>
|
||||
/// 其他工作人员
|
||||
/// </summary>
|
||||
public string OtherMan
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
/// <summary>
|
||||
/// 安全距离
|
||||
/// </summary>
|
||||
public string SafeDistance
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
|
||||
public string WorkMan1
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
public string WorkMan2
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
public string WorkMan3
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
public string WorkManCard1
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
public string WorkManCard2
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
public string WorkManCard3
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
public string WatchMan
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user