package org.linlinjava.litemall.db.domain;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import java.util.ArrayList;
import java.util.List;
public class LitemallOrderExample {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database table litemall_order
*
* @mbg.generated
*/
protected String orderByClause;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database table litemall_order
*
* @mbg.generated
*/
protected boolean distinct;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database table litemall_order
*
* @mbg.generated
*/
protected List<Criteria> oredCriteria;
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order
*
* @mbg.generated
*/
public LitemallOrderExample() {
oredCriteria = new ArrayList<Criteria>();
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order
*
* @mbg.generated
*/
public void setOrderByClause(String orderByClause) {
this.orderByClause = orderByClause;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order
*
* @mbg.generated
*/
public String getOrderByClause() {
return orderByClause;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order
*
* @mbg.generated
*/
public void setDistinct(boolean distinct) {
this.distinct = distinct;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order
*
* @mbg.generated
*/
public boolean isDistinct() {
return distinct;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order
*
* @mbg.generated
*/
public List<Criteria> getOredCriteria() {
return oredCriteria;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order
*
* @mbg.generated
*/
public void or(Criteria criteria) {
oredCriteria.add(criteria);
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order
*
* @mbg.generated
*/
public Criteria or() {
Criteria criteria = createCriteriaInternal();
oredCriteria.add(criteria);
return criteria;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order
*
* @mbg.generated
*/
public LitemallOrderExample orderBy(String orderByClause) {
this.setOrderByClause(orderByClause);
return this;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order
*
* @mbg.generated
*/
public LitemallOrderExample orderBy(String ... orderByClauses) {
StringBuffer sb = new StringBuffer();
for (int i = 0; i < orderByClauses.length; i++) {
sb.append(orderByClauses[i]);
if (i < orderByClauses.length - 1) {
sb.append(" , ");
}
}
this.setOrderByClause(sb.toString());
return this;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order
*
* @mbg.generated
*/
public Criteria createCriteria() {
Criteria criteria = createCriteriaInternal();
if (oredCriteria.size() == 0) {
oredCriteria.add(criteria);
}
return criteria;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order
*
* @mbg.generated
*/
protected Criteria createCriteriaInternal() {
Criteria criteria = new Criteria(this);
return criteria;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order
*
* @mbg.generated
*/
public void clear() {
oredCriteria.clear();
orderByClause = null;
distinct = false;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order
*
* @mbg.generated
*/
public static Criteria newAndCreateCriteria() {
LitemallOrderExample example = new LitemallOrderExample();
return example.createCriteria();
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order
*
* @mbg.generated
*/
public LitemallOrderExample when(boolean condition, IExampleWhen then) {
if (condition) {
then.example(this);
}
return this;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order
*
* @mbg.generated
*/
public LitemallOrderExample when(boolean condition, IExampleWhen then, IExampleWhen otherwise) {
if (condition) {
then.example(this);
} else {
otherwise.example(this);
}
return this;
}
/**
* This class was generated by MyBatis Generator.
* This class corresponds to the database table litemall_order
*
* @mbg.generated
*/
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;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table litemall_order
*
* @mbg.generated
*/
public Criteria andIdE
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
该开源商城项目采用Java全栈技术构建,源码包含1179个文件,涵盖313个Java文件、182个JavaScript文件、155个PNG图片、108个Vue组件、76个微信小程序样式文件(wxss)、74个微信小程序模板文件(wxml)、43个XML配置文件、41个SVG图像、22个GIF图像以及少量其他类型文件。项目整合了Java、JavaScript、Vue、微信小程序、CSS、Shell、HTML等多种语言和技术,旨在提供一套完整的电子商务解决方案。
资源推荐
资源详情
资源评论
收起资源包目录
基于Java全栈的litemall开源商城设计源码 (1179个子文件)
.babelrc 313B
nginx.conf 2KB
index.css 414KB
skin.min.css 42KB
visualblocks.css 5KB
iconfont.css 4KB
content.min.css 4KB
content.inline.min.css 3KB
prism.css 2KB
.env.deployment 91B
.env.development 554B
.editorconfig 243B
tinymce.eot 18KB
tinymce-small.eot 9KB
.eslintignore 34B
5.gif 189KB
401.gif 160KB
loader.gif 3KB
smiley-cool.gif 354B
smiley-wink.gif 350B
smiley-smile.gif 344B
smiley-laughing.gif 343B
smiley-foot-in-mouth.gif 342B
smiley-frown.gif 340B
smiley-kiss.gif 338B
smiley-surprised.gif 338B
smiley-undecided.gif 337B
smiley-innocent.gif 336B
smiley-yell.gif 336B
smiley-embarassed.gif 331B
smiley-cry.gif 329B
smiley-tongue-out.gif 328B
smiley-sealed.gif 323B
smiley-money-mouth.gif 321B
object.gif 152B
anchor.gif 53B
trans.gif 43B
.gitignore 516B
.gitignore 237B
.gitignore 214B
.gitignore 41B
.gitignore 39B
.gitignore 34B
.gitignore 31B
.gitignore 28B
.gitignore 27B
.gitkeep 0B
index.html 1KB
index.html 495B
litemall.ico 66KB
favicon.ico 66KB
favicon.ico 1KB
LitemallOrderExample.java 136KB
LitemallGoodsExample.java 108KB
LitemallCouponExample.java 106KB
LitemallUserExample.java 93KB
LitemallOrderGoodsExample.java 81KB
LitemallCartExample.java 80KB
LitemallAddressExample.java 79KB
LitemallFeedbackExample.java 71KB
LitemallCategoryExample.java 69KB
LitemallAdExample.java 68KB
LitemallTopicExample.java 66KB
LitemallCommentExample.java 65KB
LitemallCouponUserExample.java 64KB
LitemallGrouponExample.java 64KB
LitemallLogExample.java 64KB
LitemallAdminExample.java 62KB
LitemallGrouponRulesExample.java 61KB
LitemallGoodsProductExample.java 57KB
LitemallUserFormidExample.java 55KB
LitemallBrandExample.java 55KB
LitemallKeywordExample.java 55KB
LitemallStorageExample.java 55KB
LitemallGoodsSpecificationExample.java 52KB
WxOrderService.java 48KB
LitemallGoodsAttributeExample.java 47KB
LitemallSearchHistoryExample.java 46KB
LitemallRoleExample.java 45KB
LitemallCollectExample.java 45KB
LitemallPermissionExample.java 41KB
LitemallSystemExample.java 41KB
LitemallIssueExample.java 41KB
LitemallFootprintExample.java 41KB
LitemallOrder.java 40KB
LitemallRegionExample.java 35KB
LitemallGoods.java 34KB
LitemallCoupon.java 32KB
BCrypt.java 31KB
LitemallUser.java 30KB
LitemallOrderGoods.java 26KB
LitemallAddress.java 25KB
LitemallCart.java 25KB
LitemallFeedback.java 23KB
LitemallCategory.java 23KB
LitemallTopic.java 23KB
LitemallAd.java 22KB
LitemallCouponUser.java 22KB
LitemallGroupon.java 22KB
LitemallComment.java 22KB
共 1179 条
- 1
- 2
- 3
- 4
- 5
- 6
- 12
资源评论
lly202406
- 粉丝: 2571
- 资源: 5432
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- C183579-123578-c1235789.jpg
- Qt5.14 绘画板 Qt Creator C++项目
- python实现Excel表格合并
- Java实现读取Excel批量发送邮件.zip
- 【java毕业设计】商城后台管理系统源码(springboot+vue+mysql+说明文档).zip
- 【java毕业设计】开发停车位管理系统(调用百度地图API)源码(springboot+vue+mysql+说明文档).zip
- 星耀软件库(升级版).apk.1
- 基于Django后端和Vue前端的多语言购物车项目设计源码
- 基于Python与Vue的浮光在线教育平台源码设计
- 31129647070291Eclipson MXS R.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功