package com.changhong.epc.bean.tenant.system; import lombok.Data; @Data public class SystemFormInfo { private String code; private String name; }