package com.zy.asrs.entity.param; import lombok.Data; @Data public class TokenParam { private String appId; private String appSecret; }