package com.bjpowernode.finance.entity;
import java.util.ArrayList;
import java.util.List;
public class UserExample {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
public UserExample() {
oredCriteria = new ArrayList<Criteria>();
}
public void setOrderByClause(String orderByClause) {
this.orderByClause = orderByClause;
}
public String getOrderByClause() {
return orderByClause;
}
public void setDistinct(boolean distinct) {
this.distinct = distinct;
}
public boolean isDistinct() {
return distinct;
}
public List<Criteria> getOredCriteria() {
return oredCriteria;
}
public void or(Criteria criteria) {
oredCriteria.add(criteria);
}
public Criteria or() {
Criteria criteria = createCriteriaInternal();
oredCriteria.add(criteria);
return criteria;
}
public Criteria createCriteria() {
Criteria criteria = createCriteriaInternal();
if (oredCriteria.size() == 0) {
oredCriteria.add(criteria);
}
return criteria;
}
protected Criteria createCriteriaInternal() {
Criteria criteria = new Criteria();
return criteria;
}
public void clear() {
oredCriteria.clear();
orderByClause = null;
distinct = false;
}
protected abstract static class GeneratedCriteria {
protected List<Criterion> criteria;
protected GeneratedCriteria() {
super();
criteria = new ArrayList<Criterion>();
}
public boolean isValid() {
return criteria.size() > 0;
}
public List<Criterion> getAllCriteria() {
return criteria;
}
public List<Criterion> getCriteria() {
return criteria;
}
protected void addCriterion(String condition) {
if (condition == null) {
throw new RuntimeException("Value for condition cannot be null");
}
criteria.add(new Criterion(condition));
}
protected void addCriterion(String condition, Object value, String property) {
if (value == null) {
throw new RuntimeException("Value for " + property + " cannot be null");
}
criteria.add(new Criterion(condition, value));
}
protected void addCriterion(String condition, Object value1, Object value2, String property) {
if (value1 == null || value2 == null) {
throw new RuntimeException("Between values for " + property + " cannot be null");
}
criteria.add(new Criterion(condition, value1, value2));
}
public Criteria andIdIsNull() {
addCriterion("id is null");
return (Criteria) this;
}
public Criteria andIdIsNotNull() {
addCriterion("id is not null");
return (Criteria) this;
}
public Criteria andIdEqualTo(Integer value) {
addCriterion("id =", value, "id");
return (Criteria) this;
}
public Criteria andIdNotEqualTo(Integer value) {
addCriterion("id <>", value, "id");
return (Criteria) this;
}
public Criteria andIdGreaterThan(Integer value) {
addCriterion("id >", value, "id");
return (Criteria) this;
}
public Criteria andIdGreaterThanOrEqualTo(Integer value) {
addCriterion("id >=", value, "id");
return (Criteria) this;
}
public Criteria andIdLessThan(Integer value) {
addCriterion("id <", value, "id");
return (Criteria) this;
}
public Criteria andIdLessThanOrEqualTo(Integer value) {
addCriterion("id <=", value, "id");
return (Criteria) this;
}
public Criteria andIdIn(List<Integer> values) {
addCriterion("id in", values, "id");
return (Criteria) this;
}
public Criteria andIdNotIn(List<Integer> values) {
addCriterion("id not in", values, "id");
return (Criteria) this;
}
public Criteria andIdBetween(Integer value1, Integer value2) {
addCriterion("id between", value1, value2, "id");
return (Criteria) this;
}
public Criteria andIdNotBetween(Integer value1, Integer value2) {
addCriterion("id not between", value1, value2, "id");
return (Criteria) this;
}
public Criteria andUsernameIsNull() {
addCriterion("username is null");
return (Criteria) this;
}
public Criteria andUsernameIsNotNull() {
addCriterion("username is not null");
return (Criteria) this;
}
public Criteria andUsernameEqualTo(String value) {
addCriterion("username =", value, "username");
return (Criteria) this;
}
public Criteria andUsernameNotEqualTo(String value) {
addCriterion("username <>", value, "username");
return (Criteria) this;
}
public Criteria andUsernameGreaterThan(String value) {
addCriterion("username >", value, "username");
return (Criteria) this;
}
public Criteria andUsernameGreaterThanOrEqualTo(String value) {
addCriterion("username >=", value, "username");
return (Criteria) this;
}
public Criteria andUsernameLessThan(String value) {
addCriterion("username <", value, "username");
return (Criteria) this;
}
public Criteria andUsernameLessThanOrEqualTo(String value) {
addCriterion("username <=", value, "username");
return (Criteria) this;
}
public Criteria andUsernameLike(String value) {
addCriterion("username like", value, "username");
return (Criteria) this;
}
public Criteria andUsernameNotLike(String value) {
addCriterion("username not like", value, "username");
return (Criteria) this;
}
public Criteria andUsernameIn(List<String> values) {
addCriterion("username in", values, "username");
return (Criteria) this;
}
public Criteria andUsernameNotIn(List<String> values) {
addCriterion("username not in", values, "username");
return (Criteria) this;
}
public Criteria andUsernameBetween(String value1, String value2) {
addCriterion("username between", value1, value2, "username");
return (Criteria) this;
}
public Criteria andUsernameNotBetween(String value1, String value2) {
addCriterion("username not between", value1, value2, "username");
return (Criteria) this;
}
public Criteria andRealnameIsNull() {
addCriterion("realname is null");
return (Criteria) this;
}
public Criteria andRealnameIsNotNull() {
addCriterion("realname is not null");
return (Criteria) this;
}
public Criteria andRealnameEqualTo(String value) {
addCriterion("realname =", value, "realname");
return (Criteria) this;
}
public Criteria andRealnameNotEqualTo(String value) {
addCriterion("realname <>", value, "realname");
return (Criteria) this;
}
public Criteria andRealnameGreaterThan(String value) {
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
基于spring boot+thymeleaf的理财管理系统源码基于spring boot+thymeleaf的理财管理系统源码基于spring boot+thymeleaf的理财管理系统源码基于spring boot+thymeleaf的理财管理系统源码基于spring boot+thymeleaf的理财管理系统源码基于spring boot+thymeleaf的理财管理系统源码基于spring boot+thymeleaf的理财管理系统源码基于spring boot+thymeleaf的理财管理系统源码基于spring boot+thymeleaf的理财管理系统源码基于spring boot+thymeleaf的理财管理系统源码基于spring boot+thymeleaf的理财管理系统源码基于spring boot+thymeleaf的理财管理系统源码基于spring boot+thymeleaf的理财管理系统源码基于spring boot+thymeleaf的理财管理系统源码基于spring boot+thymeleaf的理财管理系统源码基于spring boot+thymel
资源推荐
资源详情
资源评论
收起资源包目录
基于springboot+thymeleaf的理财管理系统源码 (332个子文件)
bootstrap.css 143KB
bootstrap.min.css 118KB
bootstrap.min.css 106KB
style.min.css 105KB
materialdesignicons.min.css 89KB
animate.css 71KB
bootstrap-theme.css 26KB
bootstrap-theme.min.css 23KB
jquery-confirm.min.css 22KB
materialdesignicons.eot 286KB
glyphicons-halflings-regular.eot 20KB
fundproduct.html 44KB
termfinancial.html 35KB
changemoney.html 35KB
paymoney.html 32KB
bank.html 31KB
userinfo.html 30KB
myfinance.html 29KB
adminpermissions.html 25KB
bankcard.html 22KB
bankcard.html 22KB
userpermissions.html 18KB
loanexam.html 17KB
reputation.html 16KB
loaninfo.html 14KB
myloan.html 14KB
register.html 13KB
myinfo.html 13KB
main.html 12KB
login.html 11KB
profile.html 10KB
record.html 10KB
topbar.html 8KB
topbar.html 8KB
security.html 8KB
applyloan.html 7KB
fundproduct.html 7KB
termfinancial.html 6KB
paymoney.html 6KB
changemoney.html 6KB
leftbar.html 5KB
leftbar.html 4KB
main.html 3KB
bank.html 3KB
500.html 2KB
404.html 2KB
finance.iml 13KB
maven-wrapper.jar 50KB
UserExample.java 28KB
LoanExample.java 25KB
FundProductExample.java 25KB
FlowOfFundsExample.java 21KB
InfoExample.java 21KB
UserChangeMoneyExample.java 21KB
UserTermFinancialExample.java 21KB
UserFundProductExample.java 21KB
UserPayMoneyExample.java 21KB
ChangeMoneyExample.java 18KB
TermFinancialExample.java 18KB
BankExample.java 16KB
BankcardExample.java 16KB
PayMoneyExample.java 16KB
NewsExample.java 15KB
AdminExample.java 14KB
AdminPermissionsExample.java 11KB
UserPermissionsExample.java 11KB
PermissionsExample.java 10KB
LoanController.java 9KB
UserController.java 8KB
TermFinancialController.java 6KB
FundProductController.java 6KB
ChangeMoneyController.java 6KB
PayMoneyController.java 5KB
MavenWrapperDownloader.java 5KB
MyFinanceController.java 5KB
MainController.java 4KB
PermissionsController.java 4KB
BankCardController.java 4KB
UserRealm.java 4KB
BankController.java 3KB
LoginController.java 3KB
ShiroConfig.java 3KB
MyMvcConfig.java 3KB
EncodingFilter.java 3KB
InfoController.java 2KB
UserPermissionsServiceImpl.java 2KB
UserServiceImpl.java 2KB
AdminPermissionsServiceImpl.java 2KB
Loan.java 2KB
User.java 2KB
RecoderController.java 2KB
FundProduct.java 2KB
UserTermFinancial.java 2KB
UserChangeMoney.java 2KB
UserFundProduct.java 2KB
LoanServiceImpl.java 2KB
UserPayMoney.java 2KB
Info.java 2KB
FlowOfFunds.java 2KB
BankCardServiceImpl.java 2KB
共 332 条
- 1
- 2
- 3
- 4
资源评论
老了敲不动了
- 粉丝: 87
- 资源: 4288
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- densenet模型-基于深度学习识别人文地理-不含数据集图片-含逐行注释和说明文档.zip
- alexnet模型-深度学习CNN训练识别婚礼仪式-不含数据集图片-含逐行注释和说明文档.zip
- vgg模型-通过CNN卷积神经网络的宠物品种识别-不含数据集图片-含逐行注释和说明文档.zip
- shufflenet模型-基于深度学习AI算法对奢侈品牌识别-不含数据集图片-含逐行注释和说明文档.zip
- resnet模型-python语言pytorch框架训练识别建筑物-不含数据集图片-含逐行注释和说明文档.zip
- vgg模型-CNN图像分类识别植物-不含数据集图片-含逐行注释和说明文档.zip
- shufflenet模型-基于深度学习对草原动物识别-不含数据集图片-含逐行注释和说明文档.zip
- vgg模型-CNN图像分类识别防护口罩类型-不含数据集图片-含逐行注释和说明文档.zip
- alexnet模型-深度学习CNN训练识别美食种类-不含数据集图片-含逐行注释和说明文档.zip
- alexnet模型-基于深度学习对创意设计产品识别-不含数据集图片-含逐行注释和说明文档.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功