mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
1.update code;
2.fix doc; 3.add test method;
This commit is contained in:
@@ -348,8 +348,9 @@ public class Entity extends Dict {
|
||||
* 获得字符串值<br>
|
||||
* 支持Clob、Blob、RowId
|
||||
*
|
||||
* @param field 字段名
|
||||
* @param charset 编码
|
||||
* @param field 字段名
|
||||
* @param charset 编码
|
||||
* @param defaultValue 默认值
|
||||
* @return 字段对应值
|
||||
*/
|
||||
public String getStr(final String field, final Charset charset, final String defaultValue) {
|
||||
|
Reference in New Issue
Block a user