| | |
| | | import java.io.Serializable; |
| | | |
| | | @TableName("blade_dmp_variables") |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/cps/entity/DmpVariables.class */ |
| | | public class DmpVariables implements Serializable { |
| | | private static final long serialVersionUID = -5852439219495925331L; |
| | | private Long id; |
| | |
| | | return "DmpVariables(id=" + getId() + ", dmpDeviceId=" + getDmpDeviceId() + ", machineId=" + getMachineId() + ", dmpType=" + getDmpType() + ", name=" + getName() + ", description=" + getDescription() + ", deviceAddress=" + getDeviceAddress() + ", dmpAccess=" + getDmpAccess() + ", dataLength=" + getDataLength() + ", valueFactor=" + getValueFactor() + ", dataType=" + getDataType() + ", methodParam=" + getMethodParam() + ", idx=" + getIdx() + ", defaultValue=" + getDefaultValue() + ")"; |
| | | } |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/cps/entity/DmpVariables$DmpVariablesBuilder.class */ |
| | | |
| | | public static class DmpVariablesBuilder { |
| | | private Long id; |
| | | private String dmpDeviceId; |