1
This commit is contained in:
@@ -91,10 +91,29 @@ namespace Model
|
||||
public bool? IsSafetyMonitoring { get; set; }
|
||||
public string ProvinceCode { get; set; }
|
||||
public bool? IsCardNoOK { get; set; }
|
||||
public bool? IsTrain { 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; }
|
||||
|
||||
Reference in New Issue
Block a user