Payment.java 文件源码

java
阅读 33 收藏 0 点赞 0 评论 0

项目:Hotel-Properties-Management-System 作者:
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;
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号