目录前言正文一. 入参是基本类型并且参数个数为1二. 入参是基本类型并且参数个数大于1三. 入参是自定义类型四. 入参是Map类型五. 只能使用${开发者_JS学习}的场景1. 入参是表名2. 入参是列名总结前言
I have an interface like this public interface IField<T> extends IsSerializable { publicString getKey();