摘要:
一、字典表,用来存放键值对信息package com.ljq.activity;import java.io.Serializable;@SuppressWarnings("serial")public class Dict implements Serializable { private Integer id; private String text; public Dict() { } public Dict(Integer id, String text) { super(); this.id = id; this... 阅读全文
posted @ 2011-11-14 10:43
Ruthless
阅读(10677)
评论(0)
推荐(2)
浙公网安备 33010602011771号