예제 #1
0
 //查询销售额统计
 public static DataTable Cha_Charge(int day)
 {
     return(DAL_Hotel.Cha_Charge(day));
 }