From 8cfe1744e194fb975750340495dfef23c4c88b26 Mon Sep 17 00:00:00 2001 From: aiteasoft Date: Mon, 8 Feb 2021 09:43:04 +0800 Subject: [PATCH] update src/main/java/org/teasoft/bee/osql/MapSql.java. --- src/main/java/org/teasoft/bee/osql/MapSql.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/teasoft/bee/osql/MapSql.java b/src/main/java/org/teasoft/bee/osql/MapSql.java index fb3b38b..1ed11d1 100644 --- a/src/main/java/org/teasoft/bee/osql/MapSql.java +++ b/src/main/java/org/teasoft/bee/osql/MapSql.java @@ -25,14 +25,14 @@ package org.teasoft.bee.osql; public interface MapSql { /** - * 设置SQL用到的相关信息,Map的key由MapSqlKey提供. + * 设置SQL用到的相关信息,Map的key由MapSqlKey提供.Set the relevant information used by SQL. The key of map is provided by MapSqlKey. * @param MapSqlKey * @param value */ public void put(MapSqlKey MapSqlKey, String value); /** - * 设置用于SQL中where过虑的实体信息. + * 设置用于SQL中where过虑的字段信息.Set the field information used for where filtering in SQL. * @param fieldName * @param value */ -- Gitee