修改作业许可

This commit is contained in:
2023-09-13 08:31:05 +08:00
parent de3763f245
commit 2a4772c921
28 changed files with 1874 additions and 3916 deletions
@@ -498,5 +498,24 @@ namespace Model
/// 起重工电话
/// </summary>
public string QzgPhone { get; set; }
/// <summary>
/// 司机姓名
/// </summary>
public string SjName { get; set; }
/// <summary>
/// 司机电话
/// </summary>
public string SjPhone { get; set; }
/// <summary>
/// 申请人签名
/// </summary>
public string SignatureUrl
{
get;
set;
}
}
}