All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.spring.boxes.valve.starter.ValveKeyConfigure Maven / Gradle / Ivy

package com.spring.boxes.valve.starter;

import com.spring.boxes.dollar.support.valve.ValveConfigure;
import io.swagger.v3.oas.annotations.media.Schema;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;

import java.io.Serializable;

@Data
@NoArgsConstructor
@AllArgsConstructor
public class ValveKeyConfigure implements Serializable {

    @Schema(description = "场景Key")
    private String key;

    @Schema(description = "场景说明")
    private String introduce;

    @Schema(description = "场景开关配置")
    private ValveConfigure configure;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy