|
|
|
@ -28,7 +28,6 @@ import javax.persistence.Transient;
|
|
|
|
|
@Api("PLC配置表")
|
|
|
|
|
public class MesPlc extends BaseBean {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "PLC_CODE")
|
|
|
|
|
@ApiParam("PLC代码")
|
|
|
|
|
private String plcCode;
|
|
|
|
@ -65,6 +64,10 @@ public class MesPlc extends BaseBean {
|
|
|
|
|
@ApiParam("分组名称")
|
|
|
|
|
private String groupName;
|
|
|
|
|
|
|
|
|
|
@Column(name = "DEVICE")
|
|
|
|
|
@ApiParam("驱动")
|
|
|
|
|
private String device;
|
|
|
|
|
|
|
|
|
|
@Column(name = "EQUIPMENT_CODE")
|
|
|
|
|
@ApiParam("设备代码")
|
|
|
|
|
private String equipmentCode;
|
|
|
|
|