package org.jeecg.modules.system.entity; import lombok.Data; @Data public class Secret { private String type; private String sql; }