示例#1
0
 public String getPrevious() {
   return hatchNumber.getPrevious();
 }
示例#2
0
 public String getNext() {
   return hatchNumber.getNext();
 }