2014年6月10日

摘要: public static sys_user Get(string userCode, string password, bool IsEnable){sys_user user = Get(userCode);if (user.IsEnable == IsEnable && user.Password == password)... 阅读全文

posted @ 2014-06-10 09:27 秦秋随 阅读(153) 评论(0) 推荐(0)