Merge branch 'ax' of http://ufidahz.com.cn:9015/root/kangarooDataCenterV3 into ax
This commit is contained in:
commit
118aa26aee
|
@ -10,6 +10,15 @@ public class Voucher {
|
||||||
private String pk_prepared;
|
private String pk_prepared;
|
||||||
private String pk_vouchertype;
|
private String pk_vouchertype;
|
||||||
private String pk_voucher;
|
private String pk_voucher;
|
||||||
|
private String prepareddate;//制单日期
|
||||||
|
|
||||||
|
public String getPrepareddate() {
|
||||||
|
return prepareddate;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setPrepareddate(String prepareddate) {
|
||||||
|
this.prepareddate = prepareddate;
|
||||||
|
}
|
||||||
|
|
||||||
public List<VoucherDetails> getDetails() {
|
public List<VoucherDetails> getDetails() {
|
||||||
return details;
|
return details;
|
||||||
|
|
Loading…
Reference in New Issue