示例#1
0
 @Override
 public void setYLoadDocList(ArrayList<YLoadDocPO> YLoadDocList) throws RemoteException {
   // TODO Auto-generated method stub
   for (YLoadDocPO po : YLoadDocList) {
     YLoad.saveYloadDocPO(po);
   }
 }