Merge pull request #1863 from anaer/patch-8

Update ListTypeGetter.java
This commit is contained in:
Golden Looly 2021-09-30 17:37:24 +08:00 committed by GitHub
commit dc1f7782e5
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 属性值列表