Input去除问号

This commit is contained in:
FanLian
2023-07-13 11:07:33 +08:00
parent 5dd2857a91
commit adbef09153
3 changed files with 12 additions and 12 deletions

View File

@@ -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; }
}
}