Update ruoyi-framework/src/main/java/com/ruoyi/framework/config/properties/EncryptFieldProperties.java

This commit is contained in:
疯狂的狮子Li 2023-01-09 07:17:38 +00:00 committed by Gitee
parent 8aacbca214
commit 587c39f17e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -17,7 +17,7 @@ public class EncryptFieldProperties {
/** /**
* 算法名称 * 算法名称
*/ */
private String algorithm; private AlgorithmType algorithm;
/** /**
* 字符串的编码方式 * 字符串的编码方式