forked from ddrilling/AsbCloudServer
Fix. Ошибка при добавлении скважины.
This commit is contained in:
parent
1c21d9abae
commit
546ac8068e
@ -23,7 +23,7 @@ namespace AsbCloudApp.Data
|
||||
/// <summary>
|
||||
/// Название типа скважины
|
||||
/// </summary>
|
||||
public string WellType { get; set; } = null!;
|
||||
public string? WellType { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// ID типа скважины
|
||||
|
@ -19,11 +19,11 @@ namespace AsbCloudApp.Data
|
||||
/// <summary>
|
||||
/// Название куста
|
||||
/// </summary>
|
||||
public string Cluster { get; set; } = null!;
|
||||
public string? Cluster { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Название месторождения
|
||||
/// </summary>
|
||||
public string Deposit { get; set; } = null!;
|
||||
public string? Deposit { get; set; }
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user