|
@ -1282,6 +1282,7 @@ public class LnshPalletizingManipulatorSiteDeviceDriver extends AbstractOpcDevic |
|
|
jo.put("isOnline", isonline); |
|
|
jo.put("isOnline", isonline); |
|
|
jo.put("hasGoods", hasGoods); |
|
|
jo.put("hasGoods", hasGoods); |
|
|
jo.put("message", message); |
|
|
jo.put("message", message); |
|
|
|
|
|
jo.put("hasGoods", hasGoods); |
|
|
return jo; |
|
|
return jo; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|