Exemplo n.º 1
0
 //结账收费查询
 public static DataTable getTableJZ(ConsumerDetailsModel cdm)
 {
     return(ConsumerDetailsDAL.getTableJZ(cdm));
 }