com.obatis.config.response.result.ResultInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of obatis-orm Show documentation
Show all versions of obatis-orm Show documentation
obatis-orm, apply database project
The newest version!
package com.obatis.config.response.result;
/**
* 数据返回泛型顶层父类,只有继承该类的泛型才可用于接收对象。
* 该类只用于数据库编程时泛型对象返回才会被使用
* @author HuangLongPu
*/
public class ResultInfo {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy