package com.chinaztt.mes.technology.dto; import com.chinaztt.mes.technology.entity.RoutingOperationRef; import lombok.Data; /** * @Author: zhangxy * @Date: 2020-08-26 15:37 */ @Data public class RefDTO extends RoutingOperationRef { private Integer fromKey; private Integer toKey; private String condition; }