摘要: 一、表 二、实体 1.person [java] view plain copy package com.kerwin.mybatis.pojo; import java.util.List; public class Person { private int id; private String  阅读全文
posted @ 2017-02-16 11:07 沈叶唐 阅读(289) 评论(0) 推荐(0)