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的litemall全栈电商项目设计源码
共2000个文件
js:393个
java:328个
json:253个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 65 浏览量
2024-11-07
00:14:56
上传
评论
收藏 15.55MB ZIP 举报
温馨提示
该项目是一款基于Java的全栈电商解决方案——litemall,包含了2120个文件,涵盖了丰富的编程语言和技术栈,包括389个JavaScript文件、328个Java源文件、254个wxss样式文件、253个json数据文件等。技术栈覆盖了微信小程序、TypeScript、Vue、CSS、Shell、HTML等多种语言和工具,旨在提供一套完整的电商应用开发解决方案。
资源推荐
资源详情
资源评论
收起资源包目录
基于Java的litemall全栈电商项目设计源码 (2000个子文件)
2020-03-09 0B
my.cnf 148B
nginx.conf 2KB
skin.min.css 42KB
visualblocks.css 5KB
iconfont.css 4KB
content.min.css 4KB
content.inline.min.css 3KB
prism.css 2KB
.env.deployment 124B
.env.deployment 93B
.env.development 560B
.env.development 554B
Dockerfile 170B
.editorconfig 244B
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 256B
.gitignore 214B
.gitignore 50B
.gitignore 34B
.gitkeep 0B
.gitkeep 0B
.gitkeep 0B
index.html 633B
index.html 558B
litemall.ico 66KB
favicon.ico 66KB
favicon.ico 66KB
LitemallOrderExample.java 160KB
LitemallGoodsExample.java 108KB
LitemallCouponExample.java 106KB
LitemallUserExample.java 93KB
LitemallOrderGoodsExample.java 81KB
LitemallAftersaleExample.java 80KB
LitemallCartExample.java 80KB
LitemallAddressExample.java 79KB
LitemallFeedbackExample.java 71KB
LitemallCommentExample.java 70KB
LitemallCategoryExample.java 69KB
LitemallGrouponExample.java 69KB
LitemallAdExample.java 68KB
LitemallTopicExample.java 66KB
LitemallGrouponRulesExample.java 65KB
LitemallCouponUserExample.java 64KB
LitemallLogExample.java 64KB
LitemallAdminExample.java 62KB
LitemallGoodsProductExample.java 57KB
LitemallBrandExample.java 55KB
LitemallKeywordExample.java 55KB
LitemallStorageExample.java 55KB
LitemallGoodsSpecificationExample.java 52KB
LitemallNoticeAdminExample.java 51KB
LitemallGoodsAttributeExample.java 47KB
LitemallSearchHistoryExample.java 46KB
LitemallOrder.java 46KB
LitemallNoticeExample.java 45KB
LitemallRoleExample.java 45KB
LitemallCollectExample.java 45KB
LitemallPermissionExample.java 41KB
LitemallSystemExample.java 41KB
LitemallIssueExample.java 41KB
LitemallFootprintExample.java 41KB
WxOrderService.java 39KB
LitemallRegionExample.java 35KB
LitemallGoods.java 33KB
LitemallCoupon.java 32KB
BCrypt.java 31KB
LitemallUser.java 29KB
LitemallOrderGoods.java 26KB
LitemallAftersale.java 25KB
LitemallAddress.java 25KB
LitemallCart.java 25KB
LitemallGroupon.java 23KB
LitemallFeedback.java 23KB
LitemallComment.java 23KB
LitemallCategory.java 23KB
共 2000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
资源评论
lsx202406
- 粉丝: 2416
- 资源: 5581
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- JKD-17安装包下载
- 毕业设计《基于SSM新生入校学校介绍网站(可升级SpringBoot)》+Java源码+文档说明+毕业论文
- CocosCreator源码资源H5小游戏源码大合集切积木见缝插口红记忆小游戏看图猜词2.0萝卜载兔子飞行16宫格翻牌匹配一笔连
- InteliMap AI Tilemap Generator 1.2.1.unitypackage
- (源码)基于Spring Boot和MyBatis Plus的学生选课系统.zip
- (源码)基于Arduino和Raspberry Pi的语音控制风扇系统.zip
- CocosCreator源码资源H5小游戏源码大合集激流勇进天天消消乐别踩白块线条生存打砖块射击保卫星球射击吃豆人开心消消乐俄罗
- (源码)基于Spring Boot和MyBatis的知识库管理系统.zip
- (源码)基于无线传输的实时数据通信验证系统.zip
- (源码)基于ESP32的Secret Box状态监控与管理系统.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功