chore[orm]: comment

This commit is contained in:
godotg
2024-06-17 18:41:48 +08:00
parent 97f69995e0
commit 6a23d888a6
@@ -20,6 +20,9 @@ import org.bson.codecs.pojo.TypeWithTypeParameters;
import java.util.Map;
/**
* MongoDB官方驱动Map的key只能为String,为了支持key为其它基础类型的Map有了MapCodecProvider
* java的8种基础类型目前全部支持(charbooleanbyteshortintlongfloatdouble
*
* @Authorlqh
* @Date2024/6/14 10:23
*/