com.kamingpan.infrastructure.entity.group.OauthClientGroup Maven / Gradle / Ivy
package com.kamingpan.infrastructure.entity.group;
/**
* 授权客户端分组
*
* @author kamingpan
* @since 2019-02-14
*/
public interface OauthClientGroup {
/**
* 添加
*/
interface Insert {
}
/**
* 更新
*/
interface Update {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy