Example #1
0
 //消费月查询
 public static DataTable getXFMM(int MM)
 {
     return(ConsumerDetailsDAL.getXFMM(MM));
 }