Fix osai tool manager
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user