随笔分类 - C#
摘要:表结构: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.
阅读全文

浙公网安备 33010602011771号