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

View File

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