com.bixuebihui.test.view.cmd.MyTestViewSearchCmd Maven / Gradle / Ivy
The newest version!
package com.bixuebihui.test.view.cmd;
import java.sql.*;
import io.swagger.annotations.ApiModelProperty;
import jakarta.validation.constraints.*;
/*
* MyTestViewSearchCmd
*
* 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
* https://stackoverflow.com/questions/26612404/spring-map-get-request-parameters-to-pojo-automatically/26612778#26612778
*/
public class MyTestViewSearchCmd {
/**
* edu_id edu_id
* change type of Integer to List will generate 'in' sql condition.
*/
protected Integer eduId;
public void setEduId(Integer eduId)
{
this.eduId = eduId;
}
public Integer getEduId()
{
return this.eduId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy