05 2020 档案
摘要: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
阅读全文
摘要:package com.lzl.service; import com.github.pagehelper.PageInfo;import com.lzl.pojo.Mingxi;import com.lzl.pojo.Wuliao; public interface MingxiService {
阅读全文
摘要:package com.lzl.pojo; import java.io.Serializable;import java.util.Date; import org.springframework.format.annotation.DateTimeFormat; public class Min
阅读全文
摘要:package com.lzl.controller; import org.apache.dubbo.config.annotation.Reference;import org.springframework.stereotype.Controller;import org.springfram
阅读全文
摘要:<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%><%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
阅读全文
摘要:package com.zhenshan.dao; import java.util.List; import org.apache.ibatis.annotations.Param; import com.zhenshan.entity.BorrowCar;import com.zhenshan.
阅读全文
摘要:package com.zhenshan.service; import java.util.List; import com.github.pagehelper.PageInfo;import com.zhenshan.entity.BorrowCar;import com.zhenshan.en
阅读全文
摘要:<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %
阅读全文
摘要:package com.zhenshan.entity; import java.io.Serializable; import com.zhenshan.entity.BorrowCarDetail; public class BorrowCar implements Serializable{
阅读全文
摘要:package com.zhenshan.controller; import java.util.List; import org.apache.dubbo.config.annotation.Reference;import org.springframework.stereotype.Cont
阅读全文
摘要:<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%><%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
阅读全文
摘要:package com.lzl.dao; import java.util.List; import org.apache.ibatis.annotations.Param; import com.lzl.pojo.Company;import com.lzl.pojo.Pantent; publi
阅读全文
摘要:<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" ><map
阅读全文
摘要:package com.lzl.controller; import java.util.List; import org.apache.dubbo.config.annotation.Reference;import org.springframework.stereotype.Controlle
阅读全文
摘要:package com.lzl.service; import java.util.List; import com.github.pagehelper.PageInfo;import com.lzl.pojo.Company;import com.lzl.pojo.Pantent; public
阅读全文
摘要:package com.lzl.pojo; import java.io.Serializable; /** * @author Administrator * */public class Company implements Serializable{ /** * */ private stat
阅读全文
摘要:<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%><%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
阅读全文
摘要:<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%><%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
阅读全文
摘要:<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%><%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
阅读全文
摘要:package com.lzl.service.impl; import java.util.List; import org.apache.dubbo.config.annotation.Service;import org.springframework.beans.factory.annota
阅读全文
摘要:package com.lzl.dao; import java.util.List; import org.apache.ibatis.annotations.Param; import com.lzl.pojo.Shop; public interface ShopDao { /** * 分页+
阅读全文
摘要:package com.lzl.pojo; import java.io.Serializable; public class Shop implements Serializable{ /** * 序列化接口 */ private static final long serialVersionUI
阅读全文
摘要:package com.lzl.service; import java.util.List; import com.github.pagehelper.PageInfo;import com.lzl.pojo.Shop; public interface ShopService { /** * 分
阅读全文
摘要:package com.lzl.controller; import java.util.List; import org.apache.dubbo.config.annotation.Reference;import org.springframework.stereotype.Controlle
阅读全文
摘要:<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" ><map
阅读全文
摘要:<?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE mapperPUBLIC "-//mybatis.org//DTD Mapper 3.0//EN""http://mybatis.org/dtd/mybatis-3-mapper.dtd"><!-- 命
阅读全文
摘要:package com.lzl.pojo; import java.io.Serializable; public class Doctor implements Serializable{ /** * */ private static final long serialVersionUID =
阅读全文
摘要:<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" ><map
阅读全文
摘要:<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%><%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%><
阅读全文
摘要:<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%><%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%><
阅读全文
摘要:<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%><%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
阅读全文
摘要:package com.lzl.service.impl; import java.util.List; import org.apache.dubbo.config.annotation.Service;import org.springframework.beans.factory.annota
阅读全文
摘要:package com.lzl.dao; import java.util.List; import org.apache.ibatis.annotations.Param; import com.lzl.pojo.Doctor; public interface DoctorDao { //查询所
阅读全文
摘要:package com.lzl.controller; import java.io.File;import java.io.FileInputStream;import java.io.FileNotFoundException;import java.io.IOException;import
阅读全文
摘要:package com.lzl.controller; import java.io.IOException;import java.util.List; import org.apache.dubbo.config.annotation.Reference;import org.springfra
阅读全文
摘要:package com.lzl.service; import java.util.List; import com.github.pagehelper.PageInfo;import com.lzl.pojo.Doctor; public interface DoctorService { Pag
阅读全文
浙公网安备 33010602011771号