Example #1
0
 //消费日查询
 public static DataTable getXFDay(int day)
 {
     return(ConsumerDetailsDAL.getXFDay(day));
 }