forked from ddrilling/AsbCloudServer
edit message dto
This commit is contained in:
parent
65d846dba4
commit
fe25c1e962
@ -25,6 +25,7 @@ namespace AsbCloudApp.Data
|
||||
/// <summary>
|
||||
/// глубина забоя, при котором событие возникло
|
||||
/// </summary>
|
||||
[Range(-1, int.MaxValue, ErrorMessage = "Id скважины не может быть ниже 1")]
|
||||
public double WellDepth { get; set; }
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user