Update ListTypeGetter.java

typo
This commit is contained in:
anaer 2021-09-29 17:23:50 +08:00 committed by GitHub
parent 58355265ff
commit 94342c6682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ public interface ListTypeGetter {
List<Boolean> getBoolList(String key);
/**
* 获取BigDecimal型属性值列表
* 获取Long型属性值列表
*
* @param key 属性名
* @return 属性值列表