mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-26 04:39:26 +08:00
代码格式化
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
package xyz.playedu.api.service;
|
||||
|
||||
import xyz.playedu.api.domain.UserUploadImageLog;
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
|
||||
/**
|
||||
* @author tengteng
|
||||
* @description 针对表【user_upload_image_logs】的数据库操作Service
|
||||
* @createDate 2023-03-24 14:32:48
|
||||
*/
|
||||
public interface UserUploadImageLogService extends IService<UserUploadImageLog> {
|
||||
|
||||
}
|
||||
/**
|
||||
* This file is part of the PlayEdu.
|
||||
* (c) 杭州白书科技有限公司
|
||||
*/
|
||||
package xyz.playedu.api.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
|
||||
import xyz.playedu.api.domain.UserUploadImageLog;
|
||||
|
||||
/**
|
||||
* @author tengteng
|
||||
* @description 针对表【user_upload_image_logs】的数据库操作Service
|
||||
* @createDate 2023-03-24 14:32:48
|
||||
*/
|
||||
public interface UserUploadImageLogService extends IService<UserUploadImageLog> {}
|
||||
|
||||
Reference in New Issue
Block a user