Added maxRight/Left

This commit is contained in:
Lucio Maranta
2019-01-25 11:54:06 +01:00
parent 56b7194e64
commit fbaeebb384
3 changed files with 37 additions and 9 deletions
@@ -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; }