예제 #1
0
 public boolean updateStandardPlotProt(ExperimentBean exp) {
   boolean test = db.updateStandardPlotProt(exp);
   return test;
 }