赞
踩
基于javaweb+SpringBoot+MyBatis宠物医院预约管理系统(管理员、医生、用户)
开发工具:eclipse/idea/myeclipse/sts等均可配置运行
适用
课程设计,大作业,毕业设计,项目练习,学习演示等
<if test="info != null"> info, </if> <if test="img != null"> img, </if> <if test="phone != null"> phone, </if> <if test="address != null"> address, </if> <if test="createTime != null"> create_time, </if> </trim> <trim prefix="values (" suffix=")" suffixOverrides=","> <if test="id != null">
public void or(Criteria criteria) { oredCriteria.add(criteria); } /** * This method was generated by MyBatis Generator. * This method corresponds to the database table user * * @mbg.generated Mon Apr 06 17:03:33 CST 2020 */ 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 user * * @mbg.generated Mon Apr 06 17:03:33 CST 2020 */ public Criteria createCriteria() { Criteria criteria = createCriteriaInternal(); if (oredCriteria.size() == 0) { oredCriteria.add(criteria);
} public Criteria andViewCountNotIn(List<Long> values) { addCriterion("view_count not in", values, "viewCount"); return (Criteria) this; } public Criteria andViewCountBetween(Long value1, Long value2) { addCriterion("view_count between", value1, value2, "viewCount"); return (Criteria) this; } public Criteria andViewCountNotBetween(Long value1, Long value2) { addCriterion("view_count not between", value1, value2, "viewCount"); return (Criteria) this; } public Criteria andCreateTimeIsNull() { addCriterion("create_time is null"); return (Criteria) this; } public Criteria andCreateTimeIsNotNull() { addCriterion("create_time is not null"); return (Criteria) this;
public Criteria andHeightMaxIsNotNull() { addCriterion("height_max is not null"); return (Criteria) this; } public Criteria andHeightMaxEqualTo(Double value) { addCriterion("height_max =", value, "heightMax"); return (Criteria) this; } public Criteria andHeightMaxNotEqualTo(Double value) { addCriterion("height_max <>", value, "heightMax"); return (Criteria) this; }
public Criteria andHospitalAddressNotBetween(String value1, String value2) { addCriterion("hospital_address not between", value1, value2, "hospitalAddress"); return (Criteria) this; } public Criteria andDepartmentIsNull() { addCriterion("department is null"); return (Criteria) this; } public Criteria andDepartmentIsNotNull() { addCriterion("department is not null"); return (Criteria) this; } public Criteria andDepartmentEqualTo(String value) { addCriterion("department =", value, "department"); return (Criteria) this; } public Criteria andDepartmentNotEqualTo(String value) { addCriterion("department <>", value, "department");
public Criteria andCreateTimeNotBetween(Date value1, Date value2) { addCriterion("create_time not between", value1, value2, "createTime"); return (Criteria) this; } } /** * This class was generated by MyBatis Generator. * This class corresponds to the database table notice * * @mbg.generated do_not_delete_during_merge Mon Apr 06 17:03:33 CST 2020 */ public static class Criteria extends GeneratedCriteria { protected Criteria() { super(); } }
return (Criteria) this; } public Criteria andAgeEqualTo(Integer value) { addCriterion("age =", value, "age"); return (Criteria) this; } public Criteria andAgeNotEqualTo(Integer value) { addCriterion("age <>", value, "age"); return (Criteria) this; } public Criteria andAgeGreaterThan(Integer value) { addCriterion("age >", value, "age"); return (Criteria) this; } public Criteria andAgeGreaterThanOrEqualTo(Integer value) { addCriterion("age >=", value, "age"); return (Criteria) this; }
/** * This method was generated by MyBatis Generator. * This method corresponds to the database table appointment * * @mbg.generated Mon Apr 06 17:03:33 CST 2020 */ public void clear() { oredCriteria.clear(); orderByClause = null; distinct = false; } /** * This class was generated by MyBatis Generator. * This class corresponds to the database table appointment * * @mbg.generated Mon Apr 06 17:03:33 CST 2020
private boolean betweenValue; private boolean listValue; private String typeHandler; public String getCondition() { return condition; } public Object getValue() { return value; } public Object getSecondValue() { return secondValue; } public boolean isNoValue() { return noValue; }
public Criteria andTypeIn(List<String> values) { addCriterion("type in", values, "type"); return (Criteria) this; } public Criteria andTypeNotIn(List<String> values) { addCriterion("type not in", values, "type"); return (Criteria) this; } public Criteria andTypeBetween(String value1, String value2) { addCriterion("type between", value1, value2, "type"); return (Criteria) this; } public Criteria andTypeNotBetween(String value1, String value2) { addCriterion("type not between", value1, value2, "type"); return (Criteria) this;
运行环境
Java≥8、MySQL≥5.7
开发工具
eclipse/idea/myeclipse/sts等均可配置运行
技术框架
SpringBoot SpringMVC MyBatis Shiro Thymeleaf HTML JavaScript Layui……
适用
课程设计,大作业,毕业设计,项目练习,学习演示等
功能说明
用户管理(管理员、医生、用户)、宠物管理、预约就诊、预约审核、日常健康管理、医院管理、统计分析等……
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。