添加说明文档

This commit is contained in:
Cheney Wong 2025-06-09 17:09:54 +08:00
parent a1770b41b8
commit a19effccab

View File

@ -1,5 +1,6 @@
package test;
import cn.hutool.core.collection.ListUtil;
import com.google.common.collect.Lists;
import com.sunyard.sge.database.*;
import org.junit.Assert;
@ -41,7 +42,7 @@ public class EncryptAndMac {
// 批量短数据
List<byte[]>data2 = Lists.newArrayList(
List<byte[]>data2 = Arrays.asList(
new byte[8],
new byte[500],
new byte[512]