Ejemplo n.º 1
0
 //根据编号查找支出记录
 public Spend SearchById(int id)
 {
     return(spendService.SearchById(id));
 }