葛恒:奖惩

This commit is contained in:
2026-03-16 20:12:55 +08:00
parent 13364fcbf7
commit ab33ffa365
53 changed files with 6455 additions and 1032 deletions
+32 -14
View File
@@ -8,18 +8,18 @@ namespace Model
/// 公司社会统一信用代码
/// </summary>
public string CollCropCode { get; set; }
/// <summary>
/// 项目id
/// </summary>
public string ProjectId { get; set; }
/// <summary>
/// 分包单位程序访问地址
/// </summary>
public string UnitDomain { get; set; }
/// <summary>
/// 项目安全隐患数据
/// </summary>
@@ -29,9 +29,9 @@ namespace Model
set;
}
}
public class PersonSyncItem
{
public string PersonId { get; set; }
@@ -60,7 +60,7 @@ namespace Model
public string CertificateCode { get; set; }
public string CertificateName { get; set; }
public DateTime? CertificateLimitTime { get; set; }
public CertificateItem CertificateItem { get; set; }
public string QualificationCertificateUrl { get; set; }
public string TrainingCertificateUrl { get; set; }
@@ -91,10 +91,28 @@ namespace Model
public bool? IsSafetyMonitoring { get; set; }
public string ProvinceCode { get; set; }
public bool? IsCardNoOK { get; set; }
/// <summary>
/// 内容附件
/// </summary>
public string AttachFileId1 { get; set; }
public string ToKeyId1 { get; set; }
public string AttachSource1 { get; set; }
public string AttachUrl1 { get; set; }
public string AttachFileId2 { get; set; }
public string ToKeyId2 { get; set; }
public string AttachSource2 { get; set; }
public string AttachUrl2 { get; set; }
public string AttachFileId3 { get; set; }
public string ToKeyId3 { get; set; }
public string AttachSource3 { get; set; }
public string AttachUrl3 { get; set; }
public string AttachFileId4 { get; set; }
public string ToKeyId4 { get; set; }
public string AttachSource4 { get; set; }
public string AttachUrl4 { get; set; }
public string AttachFileId5 { get; set; }
public string ToKeyId5 { get; set; }
public string AttachSource5 { get; set; }
public string AttachUrl5 { get; set; }
public string WorkPostName { get; set; }
public string PostType { get; set; }
@@ -103,16 +121,16 @@ namespace Model
public string TeamGroupName { get; set; }
public string WorkAreaName { get; set; }
}
public class CertificateItem
{
public class CertificateItem
{
public string PersonQualityId { get; set; }
public string CertificateId { get; set; }
public string CertificateNo { get; set; }
public string CertificateName { get; set; }
public DateTime? CertificateLimitDate { get; set; }
}
}