cn.vonce.sql.bean.Delete Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vonce-sqlbean-core Show documentation
Show all versions of vonce-sqlbean-core Show documentation
This is the core project of Sqlbean.
package cn.vonce.sql.bean;
import java.io.Serializable;
/**
* 删除
*
* @author Jovi
* @version 1.0
* @email [email protected]
* @date 2017年8月18日上午9:00:19
*/
public class Delete extends CommonCondition implements Serializable {
public Delete() {
super();
super.setReturnObj(this);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy