예제 #1
0
 //根据顾客编号查询顾客信息(分页)
 public static DataTable Cha_GuestInfoByGid(int idd, int ye)
 {
     return(DAL_Hotel.Cha_GuestInfoByGid(idd, ye));
 }