摘要: package com.lzl.dao; import java.util.List; import org.apache.ibatis.annotations.Param; import com.lzl.pojo.Mingxi;import com.lzl.pojo.Wuliao; public 阅读全文
posted @ 2020-05-27 11:19 兆龙 阅读(215) 评论(0) 推荐(0)
摘要: package com.lzl.service; import com.github.pagehelper.PageInfo;import com.lzl.pojo.Mingxi;import com.lzl.pojo.Wuliao; public interface MingxiService { 阅读全文
posted @ 2020-05-27 11:18 兆龙 阅读(149) 评论(0) 推荐(0)
摘要: package com.lzl.pojo; import java.io.Serializable;import java.util.Date; import org.springframework.format.annotation.DateTimeFormat; public class Min 阅读全文
posted @ 2020-05-27 11:17 兆龙 阅读(184) 评论(0) 推荐(0)
摘要: package com.lzl.controller; import org.apache.dubbo.config.annotation.Reference;import org.springframework.stereotype.Controller;import org.springfram 阅读全文
posted @ 2020-05-27 11:13 兆龙 阅读(133) 评论(0) 推荐(0)
摘要: <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%><%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> 阅读全文
posted @ 2020-05-27 11:11 兆龙 阅读(156) 评论(0) 推荐(0)
摘要: package com.zhenshan.dao; import java.util.List; import org.apache.ibatis.annotations.Param; import com.zhenshan.entity.BorrowCar;import com.zhenshan. 阅读全文
posted @ 2020-05-27 11:07 兆龙 阅读(207) 评论(0) 推荐(0)
摘要: package com.zhenshan.service; import java.util.List; import com.github.pagehelper.PageInfo;import com.zhenshan.entity.BorrowCar;import com.zhenshan.en 阅读全文
posted @ 2020-05-27 11:05 兆龙 阅读(153) 评论(0) 推荐(0)
摘要: <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" % 阅读全文
posted @ 2020-05-27 11:04 兆龙 阅读(288) 评论(0) 推荐(0)
摘要: package com.zhenshan.entity; import java.io.Serializable; import com.zhenshan.entity.BorrowCarDetail; public class BorrowCar implements Serializable{ 阅读全文
posted @ 2020-05-27 11:03 兆龙 阅读(158) 评论(0) 推荐(0)
摘要: package com.zhenshan.controller; import java.util.List; import org.apache.dubbo.config.annotation.Reference;import org.springframework.stereotype.Cont 阅读全文
posted @ 2020-05-27 11:01 兆龙 阅读(107) 评论(0) 推荐(0)