【機房重構】之七層登陸

1、實體層(Enitity):定義屬性,供其餘各層之間傳遞sql public class UserInfo     {         public string UserName { get; set; }         public string Password { get; set; }         public string Level { get; set; }     } 2
相關文章
相關標籤/搜索