Added maxRight/Left
This commit is contained in:
@@ -46,6 +46,10 @@ namespace Step.Model.DTOModels.ToolModels
|
||||
|
||||
[Range(1, ushort.MaxValue)]
|
||||
public int? OriginPositionId { get; set; }
|
||||
|
||||
public int MaxLeft { get; set; }
|
||||
|
||||
public int MaxRight { get; set; }
|
||||
|
||||
public List<DTONcToolModel> ChildsTools { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user