|
@@ -9,7 +9,7 @@ namespace WCS.Entity.Protocol.Robot
|
|
|
public class WCS_Robot522 : QuestDBBaseEntity, IRobot522
|
|
|
{
|
|
|
[DataMember(Order = 0)]
|
|
|
- [SugarColumn(ColumnDataType = "long256")]
|
|
|
+ [SugarColumn(ColumnDataType = "LONG256")]
|
|
|
public RobotAlarm Alarm { get; set; }
|
|
|
}
|
|
|
}
|