Ejemplo n.º 1
0
 ///  删除融资信息
 public long delete(int infoId)
 {
     return(dal.delete(infoId));;
 }