public Payment(long Id, String title, String paymentType, String price, String currency, String explanation,
String theRoomNumber, String dateTime) {
super();
this.id = Id;
this.title = title;
this.paymentType = paymentType;
this.price = price;
this.currency = currency;
this.explanation = explanation;
this.roomNumber = theRoomNumber;
this.dateTime = dateTime;
}
Payment.java 文件源码
java
阅读 33
收藏 0
点赞 0
评论 0
项目:Hotel-Properties-Management-System
作者:
评论列表
文章目录