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

fun.fengwk.upms.share.oauth2.model.UpmsClientCreateDTO Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package fun.fengwk.upms.share.oauth2.model;

import lombok.Data;

/**
 * @author fengwk
 */
@Data
public class UpmsClientCreateDTO extends UpmsClientEditablePropertiesDTO {

    /**
     * 客户端标识符,全局唯一
     */
    private String clientId;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy