2
0

style: 替换项目内所有ruoyi转为wfc

This commit is contained in:
TsMask
2024-11-26 17:34:02 +08:00
parent 77a28b06a3
commit fab448f836
300 changed files with 1211 additions and 1428 deletions

View File

@@ -17,7 +17,7 @@
<dependencies>
<!-- RuoYi Common Security -->
<!-- WFC Common Security -->
<dependency>
<groupId>org.wfc</groupId>
<artifactId>wfc-common-security</artifactId>

View File

@@ -11,7 +11,7 @@ import org.wfc.common.log.enums.OperatorType;
/**
* 自定义操作日志记录注解
*
* @author ruoyi
* @author wfc
*
*/
@Target({ ElementType.PARAMETER, ElementType.METHOD })

View File

@@ -32,7 +32,7 @@ import org.wfc.system.api.domain.SysOperLog;
/**
* 操作日志记录处理
*
* @author ruoyi
* @author wfc
*/
@Aspect
@Component

View File

@@ -3,7 +3,7 @@ package org.wfc.common.log.enums;
/**
* 操作状态
*
* @author ruoyi
* @author wfc
*
*/
public enum BusinessStatus

View File

@@ -3,7 +3,7 @@ package org.wfc.common.log.enums;
/**
* Business type defination
*
* @author ruoyi
* @author wfc
*/
public enum BusinessType
{

View File

@@ -3,7 +3,7 @@ package org.wfc.common.log.enums;
/**
* 操作人类别
*
* @author ruoyi
* @author wfc
*/
public enum OperatorType
{

View File

@@ -5,7 +5,7 @@ import com.alibaba.fastjson2.filter.SimplePropertyPreFilter;
/**
* 排除JSON敏感属性
*
* @author ruoyi
* @author wfc
*/
public class PropertyPreExcludeFilter extends SimplePropertyPreFilter
{

View File

@@ -10,7 +10,7 @@ import org.wfc.system.api.domain.SysOperLog;
/**
* 异步调用日志服务
*
* @author ruoyi
* @author wfc
*/
@Service
public class AsyncLogService