You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
82 lines
2.1 KiB
82 lines
2.1 KiB
2 years ago
|
///*
|
||
|
// * *
|
||
|
// * * @Project 微信公众号
|
||
|
// * * @Author 张剑峰
|
||
|
// * * @Date 2020/10/29 上午11:10
|
||
|
// * * @Description
|
||
|
// * * @Version v1.0.0
|
||
|
// * * @Copyright @ 2020 云南新八达科技有限公司 All rights reserved.
|
||
|
// *
|
||
|
// */
|
||
|
//
|
||
|
//package com.ynxbd.common.bean;
|
||
|
//
|
||
|
//import javax.xml.bind.annotation.XmlAccessType;
|
||
|
//import javax.xml.bind.annotation.XmlAccessorType;
|
||
|
//import javax.xml.bind.annotation.XmlRootElement;
|
||
|
//import javax.xml.bind.annotation.XmlType;
|
||
|
//import java.io.Serializable;
|
||
|
//
|
||
|
//@XmlAccessorType(XmlAccessType.FIELD)
|
||
|
//@XmlRootElement(name = "Item")
|
||
|
//@XmlType(propOrder = {"BillNum", "PrepayDate", "PrepayMoney", "PrepayWay", "Note"})
|
||
|
//public class PrepayItemBean implements Serializable {
|
||
|
// String BillNum;
|
||
|
// String PrepayDate;
|
||
|
// String PrepayMoney;
|
||
|
// String PrepayWay;
|
||
|
// String Note;
|
||
|
//
|
||
|
// public PrepayItemBean() {
|
||
|
// super();
|
||
|
// }
|
||
|
//
|
||
|
// public PrepayItemBean(String BillNum, String PrepayDate, String PrepayMoney, String PrepayWay, String Note) {
|
||
|
// this.BillNum = BillNum;
|
||
|
// this.PrepayDate = PrepayDate;
|
||
|
// this.PrepayMoney = PrepayMoney;
|
||
|
// this.PrepayWay = PrepayWay;
|
||
|
// this.Note = Note;
|
||
|
// }
|
||
|
//
|
||
|
// public String getBillNum() {
|
||
|
// return BillNum;
|
||
|
// }
|
||
|
//
|
||
|
// public void setBillNum(String billNum) {
|
||
|
// BillNum = billNum;
|
||
|
// }
|
||
|
//
|
||
|
// public String getPrepayDate() {
|
||
|
// return PrepayDate;
|
||
|
// }
|
||
|
//
|
||
|
// public void setPrepayDate(String PrepayDate) {
|
||
|
// PrepayDate = PrepayDate;
|
||
|
// }
|
||
|
//
|
||
|
// public String getPrepayMoney() {
|
||
|
// return PrepayMoney;
|
||
|
// }
|
||
|
//
|
||
|
// public void setPrepayMoney(String PrepayMoney) {
|
||
|
// PrepayMoney = PrepayMoney;
|
||
|
// }
|
||
|
//
|
||
|
// public String getPrepayWay() {
|
||
|
// return PrepayWay;
|
||
|
// }
|
||
|
//
|
||
|
// public void setPrepayWay(String PrepayWay) {
|
||
|
// PrepayWay = PrepayWay;
|
||
|
// }
|
||
|
//
|
||
|
// public String getNote() {
|
||
|
// return Note;
|
||
|
// }
|
||
|
//
|
||
|
// public void setNote(String note) {
|
||
|
// Note = note;
|
||
|
// }
|
||
|
//}
|