package org.jeecg.modules.openapi.swagger;

/**
 * @date 2025/1/26 11:51
 */
public class SwaggerSchema {
    private String $ref;

    public String get$ref() {
        return $ref;
    }

    public void set$ref(String $ref) {
        this.$ref = $ref;
    }
}
