Fix osai tool manager

This commit is contained in:
Lucio Maranta
2018-07-20 11:36:19 +00:00
parent 41dab23ecb
commit 13cbb12d0e
5 changed files with 136 additions and 132 deletions
+8 -6
View File
@@ -703,21 +703,23 @@ namespace CMS_CORE_Library
{
public ushort Id { get; set; }
public ushort OffsetLength { get; set; }
public ushort ResidualLife { get; set; }
public ushort ResidualRevive { get; set; }
public int FamilyId { get; set; }
public int ShankId { get; set; }
public byte Status { get; set; }
public ushort OffsetLength { get; set; }
public ushort ResidualLife { get; set; }
public int OffsetId1 { get; set; }
public int OffsetId2 { get; set; }
public int OffsetId3 { get; set; }
public ushort ResidualRevive { get; set; }
}
public class NcShankModel