|
|
@ -40,4 +40,24 @@ public class MesContainer extends BaseBean {
|
|
|
|
@Column(name = "USE_STATUS")
|
|
|
|
@Column(name = "USE_STATUS")
|
|
|
|
@ApiParam(value = "使用状态")
|
|
|
|
@ApiParam(value = "使用状态")
|
|
|
|
private String useStatus;
|
|
|
|
private String useStatus;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "IP_ADDRESS")
|
|
|
|
|
|
|
|
@ApiParam(value = "IP")
|
|
|
|
|
|
|
|
private String ipAddress;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "PORT")
|
|
|
|
|
|
|
|
@ApiParam(value = "端口")
|
|
|
|
|
|
|
|
private String port;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "UNLOCK_DO")
|
|
|
|
|
|
|
|
@ApiParam(value = "接收DO")
|
|
|
|
|
|
|
|
private String unlockDo;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "RED_LIGHT_DO")
|
|
|
|
|
|
|
|
@ApiParam(value = "红灯DO")
|
|
|
|
|
|
|
|
private String redLightDo;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "TIME_SECOND")
|
|
|
|
|
|
|
|
@ApiParam(value = "处理时间(秒)")
|
|
|
|
|
|
|
|
private String timeSecond;
|
|
|
|
}
|
|
|
|
}
|
|
|
|