Input去除问号
This commit is contained in:
@@ -8,14 +8,14 @@
|
||||
/// <summary>
|
||||
/// 组织ID
|
||||
/// </summary>
|
||||
public string? org_id { get; set; }
|
||||
public string org_id { get; set; }
|
||||
/// <summary>
|
||||
/// 载具Id
|
||||
/// </summary>
|
||||
public string? carry_code { get; set;}
|
||||
public string carry_code { get; set;}
|
||||
/// <summary>
|
||||
/// 创建热Id
|
||||
/// </summary>
|
||||
public string? create_id { get; set; }
|
||||
public string create_id { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user