Added "add tool" siemens feature
This commit is contained in:
@@ -535,19 +535,19 @@ namespace CMS_CORE_Library
|
||||
|
||||
public class MagazineAndToolModel
|
||||
{
|
||||
public int Id;
|
||||
public int PositionId;
|
||||
public int MagazineId;
|
||||
public int Type;
|
||||
}
|
||||
|
||||
public class PositionWithMultiToolModel : MagazineAndToolModel
|
||||
{
|
||||
public MountedMultiToolModel ShankData;
|
||||
public MountedMultiToolModel ChildShank;
|
||||
}
|
||||
|
||||
public class PositionWithToolModel : MagazineAndToolModel
|
||||
{
|
||||
public MountedToolModel Child;
|
||||
public MountedToolModel ChildTool;
|
||||
}
|
||||
|
||||
public class MountedMultiToolModel
|
||||
|
||||
Reference in New Issue
Block a user