Blame view

GetSecretVO.java 142 Bytes
涂亚平 committed
1
package com.subsidy.dto.oss;
涂亚平 committed
2 3 4 5 6 7 8 9 10 11

import lombok.Data;

@Data
public class GetSecretVO {

    private String key;

    private String secret;

涂亚平 committed
12 13


涂亚平 committed
14
}