| | |
| | | * 交互信号配置对象 da_opcua_config |
| | | * |
| | | * @author yyt |
| | | * @date 2024-01-22 |
| | | * @date 2024-01-23 |
| | | */ |
| | | public class DaOpcuaConfig extends BaseEntity |
| | | { |
| | |
| | | /** ID */ |
| | | private Long id; |
| | | |
| | | /** $column.columnComment */ |
| | | |
| | | /** 节点 */ |
| | | @Excel(name = "节点") |
| | | private String node; |
| | | |
| | | /** $column.columnComment */ |
| | | private Long length; |
| | | |
| | | /** 数据类型 */ |
| | | @Excel(name = "数据类型") |
| | | private String sysTypes; |
| | | |
| | | /** $column.columnComment */ |
| | | private String functionality; |
| | | |
| | | /** 是否订阅 */ |
| | | @Excel(name = "是否订阅") |
| | | private Long subscribe; |
| | | |
| | | private String subscribe; |
| | | |
| | | /** 订阅类型 */ |
| | | @Excel(name = "订阅类型") |
| | |
| | | @Excel(name = "备注") |
| | | private String remarks; |
| | | |
| | | /** 工序编码 */ |
| | | @Excel(name = "工序编码") |
| | | private String process; |
| | | |
| | | /** 工序名称 */ |
| | | @Excel(name = "工序名称") |
| | | private String processName; |
| | | |
| | | /** 工序编码 */ |
| | | @Excel(name = "工序编码") |
| | | private String process; |
| | | |
| | | /** 状态 */ |
| | | @Excel(name = "状态") |
| | | private Long state; |
| | | private Integer state; |
| | | |
| | | public void setId(Long id) |
| | | { |
| | |
| | | { |
| | | return id; |
| | | } |
| | | |
| | | public void setNode(String node) |
| | | { |
| | | this.node = node; |
| | |
| | | { |
| | | return node; |
| | | } |
| | | public void setSysTypes(String sysTypes) |
| | | { |
| | | this.sysTypes = sysTypes; |
| | | } |
| | | |
| | | public String getSysTypes() |
| | | { |
| | | return sysTypes; |
| | | } |
| | | |
| | | public void setSubscribe(Long subscribe) |
| | | public void setSubscribe(String subscribe) |
| | | { |
| | | this.subscribe = subscribe; |
| | | } |
| | | |
| | | public Long getSubscribe() |
| | | public String getSubscribe() |
| | | { |
| | | return subscribe; |
| | | } |
| | | public void setrFunction(String rFunction) |
| | | { |
| | | this.rFunction = rFunction; |
| | | } |
| | | |
| | | public String getrFunction() |
| | |
| | | { |
| | | return remarks; |
| | | } |
| | | public void setProcess(String process) |
| | | { |
| | | this.process = process; |
| | | } |
| | | |
| | | public String getProcess() |
| | | { |
| | | return process; |
| | | } |
| | | public void setProcessName(String processName) |
| | | { |
| | | this.processName = processName; |
| | |
| | | { |
| | | return processName; |
| | | } |
| | | public void setState(Long state) |
| | | public void setProcess(String process) |
| | | { |
| | | this.process = process; |
| | | } |
| | | |
| | | public String getProcess() |
| | | { |
| | | return process; |
| | | } |
| | | public void setState(Integer state) |
| | | { |
| | | this.state = state; |
| | | } |
| | | |
| | | public Long getState() |
| | | public Integer getState() |
| | | { |
| | | return state; |
| | | } |
| | |
| | | .append("subscribe", getSubscribe()) |
| | | .append("rFunction", getrFunction()) |
| | | .append("remarks", getRemarks()) |
| | | .append("process", getProcess()) |
| | | .append("processName", getProcessName()) |
| | | .append("process", getProcess()) |
| | | .append("state", getState()) |
| | | .toString(); |
| | | } |