示例#1
0
 public DataTable GetData(string maPN)
 {
     return(dao.GetDataByMaPN(maPN));
 }