All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.vonce.sql.bean.Delete Maven / Gradle / Ivy

There is a newer version: 1.7.0-beta1
Show newest version
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