com.bixuebihui.test.cmd.TEduDelCmd Maven / Gradle / Ivy
The newest version!
package com.bixuebihui.test.cmd;
import java.sql.*;
import java.util.List;
/*
* TEduDelCmd
*
* Notice! Automatically generated file!
* Do not edit the pojo and dal packages,use `maven tablegen:gen`!
* Code Generator originally by J.A.Carter
* Modified by Xing Wanxiang 2008-2023
* email: [email protected]
*/
/**
* @author xwx
*/
public class TEduDelCmd {
List ids ;
public List getIds(){
return this.ids;
}
public void setIds(List ids){
this.ids = ids;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy