package com.chinaztt.mes.production.vo; import lombok.Data; /** * @author zhangxy */ @Data public class DiagramLink { String from; String to; }