Example #1
0
 //保存消费详细消费表
 public static int getXFInsert(ConsumerDetailsModel cdm)
 {
     return(ConsumerDetailsDAL.getXFInsert(cdm));
 }