예제 #1
0
파일: DiveOrder.java 프로젝트: gopros/dive
 public String getPayStatusZh() {
   return Application.getString(payStatus);
 }
예제 #2
0
파일: DiveOrder.java 프로젝트: gopros/dive
 public String getSendStatusZh() {
   return Application.getString(sendStatus);
 }
예제 #3
0
파일: DiveOrder.java 프로젝트: gopros/dive
 public String getOrderStatusZh() {
   return Application.getString(orderStatus);
 }