package com.subsidy.vo.oss; import lombok.Data; @Data public class GetSecretVO { private String key; private String secret; }