Init project
This commit is contained in:
13
RobotApp.VDA5050/Factsheet/LoadDimensions.cs
Normal file
13
RobotApp.VDA5050/Factsheet/LoadDimensions.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace RobotApp.VDA5050.Factsheet;
|
||||
|
||||
public class LoadDimensions
|
||||
{
|
||||
[Required]
|
||||
public double Length { get; set; }
|
||||
[Required]
|
||||
public double Width { get; set; }
|
||||
public double Height { get; set; }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user