|
|
|
@ -102,6 +102,9 @@ public class MesPlcModel implements Serializable {
|
|
|
|
|
@ApiParam("默认赋值属性")
|
|
|
|
|
private String defaultRule;
|
|
|
|
|
|
|
|
|
|
@ApiParam("工装代码")
|
|
|
|
|
private String toolingCode;
|
|
|
|
|
|
|
|
|
|
public MesPlcModel() {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
@ -109,7 +112,8 @@ public class MesPlcModel implements Serializable {
|
|
|
|
|
public MesPlcModel(Long id, String equipmentCode, String equipmentName, Integer isValid, Integer isDeleted, String createUser, String createDatetime,
|
|
|
|
|
String modifyUser, String modifyDatetime, String organizeCode, String plcCode, String plcName, String plcModel,
|
|
|
|
|
String plcIp, String channel, String tagName, String tagAddress, String dataType, String groupName,
|
|
|
|
|
String workCenterCode, String workCellCode, String plcCfg, String analysisRule, String isAnalysis, String device, String objectCode, String opcUrl, Integer plcType, String defaultRule) {
|
|
|
|
|
String workCenterCode, String workCellCode, String plcCfg, String analysisRule, String isAnalysis, String device,
|
|
|
|
|
String objectCode, String opcUrl, Integer plcType, String defaultRule, String toolingCode) {
|
|
|
|
|
this.id = id;
|
|
|
|
|
this.equipmentCode = equipmentCode;
|
|
|
|
|
this.equipmentName = equipmentName;
|
|
|
|
@ -139,5 +143,6 @@ public class MesPlcModel implements Serializable {
|
|
|
|
|
this.opcUrl = opcUrl;
|
|
|
|
|
this.plcType = plcType;
|
|
|
|
|
this.defaultRule = defaultRule;
|
|
|
|
|
this.toolingCode = toolingCode;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|