Added "add" tool shank, family functions
This commit is contained in:
@@ -519,6 +519,27 @@ namespace CMS_CORE_Library
|
||||
public int Type;
|
||||
}
|
||||
|
||||
public class FamilyModel
|
||||
{
|
||||
public int Id;
|
||||
public string Name;
|
||||
public List<FamilyChildModel> ChildTools;
|
||||
}
|
||||
|
||||
public class FamilyChildModel
|
||||
{
|
||||
public int Id;
|
||||
public int Type;
|
||||
public int ChildId;
|
||||
}
|
||||
|
||||
public class MagazinePositionsModel
|
||||
{
|
||||
public int Id;
|
||||
public int MagazineId;
|
||||
public int Type;
|
||||
}
|
||||
|
||||
#endregion ToolsConfig
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user