1
This commit is contained in:
@@ -84,6 +84,17 @@ namespace Model
|
||||
public string Risk_Level { get; set; } // 风险等级
|
||||
public string ControlId { get; set; } // 控制措施Id
|
||||
public string DataSource { 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; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user