web-文件接口
This commit is contained in:
@@ -14,7 +14,7 @@ import java.util.Map;
|
||||
/**
|
||||
* @description 运营管理控制器
|
||||
* @filename OperationController.java
|
||||
* @author system
|
||||
* @author yslg
|
||||
* @copyright xyzh
|
||||
* @since 2025-10-15
|
||||
*/
|
||||
|
||||
@@ -10,7 +10,7 @@ import java.util.Map;
|
||||
/**
|
||||
* @description 系统总览控制器
|
||||
* @filename SystemOverviewController.java
|
||||
* @author system
|
||||
* @author yslg
|
||||
* @copyright xyzh
|
||||
* @since 2025-10-15
|
||||
*/
|
||||
|
||||
@@ -9,7 +9,7 @@ import java.util.List;
|
||||
/**
|
||||
* @description 系统配置数据访问层
|
||||
* @filename SysConfigMapper.java
|
||||
* @author system
|
||||
* @author yslg
|
||||
* @copyright xyzh
|
||||
* @since 2025-10-15
|
||||
*/
|
||||
@@ -20,7 +20,7 @@ public interface SysConfigMapper extends BaseMapper<TbSysConfig> {
|
||||
* @description 查询系统配置列表
|
||||
* @param filter 过滤条件
|
||||
* @return List<TbSysConfig> 系统配置列表
|
||||
* @author system
|
||||
* @author yslg
|
||||
* @since 2025-10-15
|
||||
*/
|
||||
List<TbSysConfig> selectSysConfigs(TbSysConfig filter);
|
||||
|
||||
@@ -9,7 +9,7 @@ import java.util.List;
|
||||
/**
|
||||
* @description 字典数据数据访问层
|
||||
* @filename SysDictDataMapper.java
|
||||
* @author system
|
||||
* @author yslg
|
||||
* @copyright xyzh
|
||||
* @since 2025-10-15
|
||||
*/
|
||||
@@ -20,7 +20,7 @@ public interface SysDictDataMapper extends BaseMapper<TbSysDictData> {
|
||||
* @description 查询字典数据列表
|
||||
* @param filter 过滤条件
|
||||
* @return List<TbSysDictData> 字典数据列表
|
||||
* @author system
|
||||
* @author yslg
|
||||
* @since 2025-10-15
|
||||
*/
|
||||
List<TbSysDictData> selectSysDictData(TbSysDictData filter);
|
||||
|
||||
@@ -9,7 +9,7 @@ import java.util.List;
|
||||
/**
|
||||
* @description 字典类型数据访问层
|
||||
* @filename SysDictTypeMapper.java
|
||||
* @author system
|
||||
* @author yslg
|
||||
* @copyright xyzh
|
||||
* @since 2025-10-15
|
||||
*/
|
||||
@@ -20,7 +20,7 @@ public interface SysDictTypeMapper extends BaseMapper<TbSysDictType> {
|
||||
* @description 查询字典类型列表
|
||||
* @param filter 过滤条件
|
||||
* @return List<TbSysDictType> 字典类型列表
|
||||
* @author system
|
||||
* @author yslg
|
||||
* @since 2025-10-15
|
||||
*/
|
||||
List<TbSysDictType> selectSysDictTypes(TbSysDictType filter);
|
||||
|
||||
@@ -9,7 +9,7 @@ import java.util.List;
|
||||
/**
|
||||
* @description 文件上传记录数据访问层
|
||||
* @filename SysFileMapper.java
|
||||
* @author system
|
||||
* @author yslg
|
||||
* @copyright xyzh
|
||||
* @since 2025-10-15
|
||||
*/
|
||||
@@ -20,7 +20,7 @@ public interface SysFileMapper extends BaseMapper<TbSysFile> {
|
||||
* @description 查询文件上传记录列表
|
||||
* @param filter 过滤条件
|
||||
* @return List<TbSysFile> 文件上传记录列表
|
||||
* @author system
|
||||
* @author yslg
|
||||
* @since 2025-10-15
|
||||
*/
|
||||
List<TbSysFile> selectSysFiles(TbSysFile filter);
|
||||
|
||||
@@ -9,7 +9,7 @@ import java.util.List;
|
||||
/**
|
||||
* @description 系统通知数据访问层
|
||||
* @filename SysNotificationMapper.java
|
||||
* @author system
|
||||
* @author yslg
|
||||
* @copyright xyzh
|
||||
* @since 2025-10-15
|
||||
*/
|
||||
@@ -20,7 +20,7 @@ public interface SysNotificationMapper extends BaseMapper<TbSysNotification> {
|
||||
* @description 查询系统通知列表
|
||||
* @param filter 过滤条件
|
||||
* @return List<TbSysNotification> 系统通知列表
|
||||
* @author system
|
||||
* @author yslg
|
||||
* @since 2025-10-15
|
||||
*/
|
||||
List<TbSysNotification> selectSysNotifications(TbSysNotification filter);
|
||||
|
||||
@@ -9,7 +9,7 @@ import java.util.List;
|
||||
/**
|
||||
* @description 操作日志数据访问层
|
||||
* @filename SysOperationLogMapper.java
|
||||
* @author system
|
||||
* @author yslg
|
||||
* @copyright xyzh
|
||||
* @since 2025-10-15
|
||||
*/
|
||||
@@ -20,7 +20,7 @@ public interface SysOperationLogMapper extends BaseMapper<TbSysOperationLog> {
|
||||
* @description 查询操作日志列表
|
||||
* @param filter 过滤条件
|
||||
* @return List<TbSysOperationLog> 操作日志列表
|
||||
* @author system
|
||||
* @author yslg
|
||||
* @since 2025-10-15
|
||||
*/
|
||||
List<TbSysOperationLog> selectSysOperationLogs(TbSysOperationLog filter);
|
||||
|
||||
@@ -9,7 +9,7 @@ import java.util.List;
|
||||
/**
|
||||
* @description 系统访问统计数据访问层
|
||||
* @filename SysVisitStatisticsMapper.java
|
||||
* @author system
|
||||
* @author yslg
|
||||
* @copyright xyzh
|
||||
* @since 2025-10-15
|
||||
*/
|
||||
@@ -20,7 +20,7 @@ public interface SysVisitStatisticsMapper extends BaseMapper<TbSysVisitStatistic
|
||||
* @description 查询系统访问统计列表
|
||||
* @param filter 过滤条件
|
||||
* @return List<TbSysVisitStatistics> 系统访问统计列表
|
||||
* @author system
|
||||
* @author yslg
|
||||
* @since 2025-10-15
|
||||
*/
|
||||
List<TbSysVisitStatistics> selectSysVisitStatistics(TbSysVisitStatistics filter);
|
||||
|
||||
Reference in New Issue
Block a user