1.update code;

2.fix doc;
3.add test method;
This commit is contained in:
emptypoint
2023-03-05 13:38:35 +08:00
parent 09c3dd9565
commit f79c670446
4 changed files with 85 additions and 98 deletions

View File

@@ -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) {