package com.ks.app.service.query.config; import com.ks.app.entity.config.SystemConfigType; public class SystemConfigQuery { //类型 private SystemConfigType type; public SystemConfigType getType() { return type; } public void setType(SystemConfigType type) { this.type = type; } }