摘要:
检查当前对象是否为空,当对象为NULL时,直接返回TRUE,否则通过反射遍历里面参数,有数据则返回FALSE. 1 /** 2 * Determine whether the attribute values in the object are all empty. 3 * 4 * @param o 阅读全文
摘要:
1 /** 2 * Query the sql tool class of a single class. 3 * @param sql sql 4 * @param args args 5 * @return class 6 */ 7 public Tab getQuerySql(String s 阅读全文