コード例 #1
0
 public ResultMessage saveStorageInList(StorageInVO vo, long center) throws RemoteException {
   StorageInListPO storageInPO = new StorageInListPO(vo);
   storageInPO.setSerialNum(center * 10000 + storageInPO.getSerialNum());
   return storageData.add(storageInPO);
 }