0
点赞
收藏
分享

微信扫一扫

基于javaweb+SSM+Maven维修报修管理系统(管理员、维修人员、普通用户)

天蓝Sea 2022-04-26 阅读 64
javamysql

基于javaweb+SSM+Maven维修报修管理系统(管理员、维修人员、普通用户)

开发工具:eclipse/idea/myeclipse/sts等均可配置运行

适用

课程设计,大作业,毕业设计,项目练习,学习演示等

            </select>
          </div>
          <div class="form-group">
            <select data-toggle="select" class="form-control select select-default select-sm">
              <optgroup label="Profile">
                <option value="0">My Profile</option>
                <option value="1">My Friends</option>
              </optgroup>
              <optgroup label="System">
                <option value="2">Messages</option>
                <option value="3">My Settings</option>
                <option value="4" class="highlighted">Logout</option>
              </optgroup>
            </select>
          </div>
        </div>
      </div>
      <h6>Form group sizing</h6>
      <form class="form-horizontal" role="form">
        <div class="form-group form-group-hg">
              Go to: <a href="http://designmodo.com/flat-free" target="_blank">designmodo.com/flat-free</a>
            </p>

            <p class="pvl">
              <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://designmodo.com/flat-free/" data-text="Flat UI Free - PSD&amp;amp;HTML User Interface Kit" data-via="designmodo">Tweet</a>
							<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
              <iframe src="http://ghbtns.com/github-btn.html?user=designmodo&repo=Flat-UI&type=watch&count=true" height="20" width="107" frameborder="0" scrolling="0" style="width:105px; height: 20px;" allowTransparency="true"></iframe>
              <iframe src="http://ghbtns.com/github-btn.html?user=designmodo&repo=Flat-UI&type=fork&count=true" height="20" width="107" frameborder="0" scrolling="0" style="width:105px; height: 20px;" allowTransparency="true"></iframe>
              <iframe src="http://ghbtns.com/github-btn.html?user=designmodo&type=follow&count=true" height="20" width="195" frameborder="0" scrolling="0" style="width:195px; height: 20px;" allowTransparency="true"></iframe>
            </p>

            <a class="footer-brand" href="http://designmodo.com" target="_blank">
              <img src="docs/assets/img/footer/logo.png" alt="Designmodo.com" />
            </a>
          </div> <!-- /col-xs-7 -->

	/**
	 * This method was generated by MyBatis Generator. This method returns the value of the database column t_repair_order.create_time
	 * @return  the value of t_repair_order.create_time
	 */
	public Date getCreateTime() {
		return createTime;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the value of the database column t_repair_order.create_time
	 * @param createTime  the value for t_repair_order.create_time
	 */
	public void setCreateTime(Date createTime) {
		this.createTime = createTime;
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the value of the database column t_repair_order.update_time
		public Criteria andOptUserIdEqualTo(Long value) {
			addCriterion("opt_user_id =", value, "optUserId");
			return (Criteria) this;
		}

		public Criteria andOptUserIdNotEqualTo(Long value) {
			addCriterion("opt_user_id <>", value, "optUserId");
			return (Criteria) this;
		}

		public Criteria andOptUserIdGreaterThan(Long value) {
			addCriterion("opt_user_id >", value, "optUserId");
			return (Criteria) this;
		}

		public Criteria andOptUserIdGreaterThanOrEqualTo(Long value) {
			addCriterion("opt_user_id >=", value, "optUserId");
			return (Criteria) this;
		}

		public Criteria andOptUserIdLessThan(Long value) {
        </nav>

<pre class="prettyprint mvl">
&lt;form role="search" class="navbar-form navbar-left"&gt;
  &lt;div class="form-group"&gt;
    &lt;input type="text" placeholder="Search" class="form-control"&gt;
  &lt;/div&gt;
  &lt;button class="btn btn-default" type="submit"&gt;Submit&lt;/button&gt;
&lt;/form&gt;
</pre>

        <p class="ptl">Buttons:</p>
        <nav role="navigation" class="navbar navbar-inverse navbar-embossed">
          <span class="fui-user"></span>
          <span class="fui-mail"></span>
          <span class="fui-lock"></span>
          <span class="fui-power"></span>
          <span class="fui-star"></span>
          <span class="fui-calendar"></span>
          <span class="fui-gear"></span>
          <span class="fui-bookmark"></span>
          <span class="fui-exit"></span>
          <span class="fui-trash"></span>
          <span class="fui-folder"></span>
          <span class="fui-bubble"></span>
          <span class="fui-calendar-solid"></span>
          <span class="fui-star-2"></span>
          <span class="fui-credit-card"></span>
          <span class="fui-clip"></span>
          <span class="fui-link"></span>
          <span class="fui-pause"></span>
          <span class="fui-play"></span>
          <span class="fui-volume"></span>
          <span class="fui-mute"></span>
          <span class="fui-resize"></span>
          <span class="fui-tag"></span>
          <span class="fui-document"></span>
          <span class="fui-image"></span>
          <span class="fui-triangle-up"></span>
	 * This method was generated by MyBatis Generator. This method returns the value of the database column t_user.login_times
	 * @return  the value of t_user.login_times
	 */
	public Integer getLoginTimes() {
		return loginTimes;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the value of the database column t_user.login_times
	 * @param loginTimes  the value for t_user.login_times
	 */
	public void setLoginTimes(Integer loginTimes) {
		this.loginTimes = loginTimes;
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the value of the database column t_user.is_online
	 * @return  the value of t_user.is_online
	 */
	public Integer getIsOnline() {
		return isOnline;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the value of the database column t_user.is_online
	 * @param isOnline  the value for t_user.is_online
	 */
        </div>
      </div><!-- /.row -->
      <div class="row">
        <div class="col-md-12">
          <h4>Disabled fieldsets</h4>
          <form class="form-inline" role="form">
            <fieldset disabled>
              <div class="form-group">
                <label for="disabledTextInput">Disabled input</label>
                <input type="text" id="disabledTextInput" class="form-control" placeholder="Disabled input">
              </div>
              <div class="form-group">
                <label for="disabledSelect">Disabled select menu</label>
                <select id="disabledSelect" class="form-control">
                  <option>Disabled select</option>
        opt_user_id = #{record.optUserId,jdbcType=BIGINT},
      </if>
      <if test="record.createTime != null">
        create_time = #{record.createTime,jdbcType=TIMESTAMP},
      </if>
      <if test="record.updateTime != null">
        update_time = #{record.updateTime,jdbcType=TIMESTAMP},
      </if>
    </set>
    <if test="_parameter != null">
      <include refid="Update_By_Example_Where_Clause" />
    </if>
  </update>
  <update id="updateByExample" parameterType="map">
    <!--
      WARNING - @mbggenerated
      This element is automatically generated by MyBatis Generator, do not modify.
      This element was generated on Thu May 19 20:23:52 CST 2016.
    -->
    update t_repair_order
        category_id = #{record.categoryId,jdbcType=INTEGER},
      </if>
      <if test="record.categoryName != null">
        category_name = #{record.categoryName,jdbcType=VARCHAR},
      </if>
      <if test="record.status != null">
        status = #{record.status,jdbcType=INTEGER},
      </if>
      <if test="record.star != null">
        star = #{record.star,jdbcType=REAL},
      </if>
      <if test="record.comment != null">
        comment = #{record.comment,jdbcType=VARCHAR},
      </if>
      <if test="record.submitUserId != null">
        submit_user_id = #{record.submitUserId,jdbcType=BIGINT},
      <if test="repairId != null">
        repair_id,
      </if>
      <if test="repairUserId != null">
        repair_user_id,
      </if>
      <if test="optUserId != null">
        opt_user_id,
      </if>
      <if test="createTime != null">
        create_time,
      </if>
      <if test="updateTime != null">
        update_time,
      </if>
    </trim>
    <trim prefix="values (" suffix=")" suffixOverrides=",">
      <if test="repairId != null">
        #{repairId,jdbcType=BIGINT},
      </if>

运行环境

Java≥8、Tomcat≥7.0、MySQL≥5.7

开发工具

eclipse/idea/myeclipse/sts等均可配置运行

技术框架

JavaBean MVC JSP SSM(Spring SpringMVC MyBatis) Maven MySQL jQuery JavaScript CSS

适用

课程设计,大作业,毕业设计,项目练习,学习演示等

功能说明

管理员:登录、平台管理、用户管理、报修受理与维修人员分配

普通用户:登录、注册、报修查询、报修、报修结果确认及评价

维修人员:登录、报修确认

20220227155959

20220227160001

普通用户:

20220227155911

20220227155918

20220227155942

20220227155945

管理员:

20220227155950

20220227155952

20220227155955

维修人员:

20220227155957


举报

相关推荐

0 条评论