예제 #1
0
 //根据顾客手机号查询顾客信息(分页)
 public static DataTable Cha_GuestInfoByMobile(string mobile, int ye)
 {
     return(DAL_Hotel.Cha_GuestInfoByMobile(mobile, ye));
 }