package com.ycl.scheme.entity; import lombok.Data; @Data public class FunctionInfo { private String name; private String body; }