摘要:
表结构:create table t_test(id int not null AUTO_INCREMENT,userId varchar(50),userPwd varchar(50),isCheck bool,isDisplay bool,createDate timestamp not nulldefault current_timestamp,primary key(id));C#添加语句:FD.BLL.t_test bll = new FD.BLL.t_test(); FD.Model.t_test model = new FD.Model.t_test(); model.user. 阅读全文
posted @ 2013-04-24 12:53
就是这么一回事儿
阅读(654)
评论(0)
推荐(0)

浙公网安备 33010602011771号