Browse Source

【调整】service添加注释

就是那个锅 4 years ago
parent
commit
95a80a3957

+ 7 - 0
guns-base-support/guns-core/src/main/java/cn/stylefeng/guns/core/tenant/service/TenantInfoService.java

@ -16,6 +16,7 @@ public interface TenantInfoService extends IService<TenantInfo> {
    /**
     * 新增租户
     *
     * @param param 添加参数
     * @author stylefeng
     * @date 2019-06-16
     */
@ -24,6 +25,7 @@ public interface TenantInfoService extends IService<TenantInfo> {
    /**
     * 删除租户
     *
     * @param param 删除参数
     * @author stylefeng
     * @date 2019-06-16
     */
@ -32,6 +34,7 @@ public interface TenantInfoService extends IService<TenantInfo> {
    /**
     * 更新租户
     *
     * @param param 更新参数
     * @author stylefeng
     * @date 2019-06-16
     */
@ -40,6 +43,8 @@ public interface TenantInfoService extends IService<TenantInfo> {
    /**
     * 分页查询租户列表
     *
     * @param param 查询参数
     * @return 查询结果
     * @author fengshuonan
     * @date 2020/9/3
     */
@ -48,6 +53,8 @@ public interface TenantInfoService extends IService<TenantInfo> {
    /**
     * 获取租户信息,通过租户编码
     *
     * @param code 租户编码
     * @return 租户信息
     * @author fengshuonan
     * @date 2019-06-19 14:17
     */