凭证字段新增
This commit is contained in:
parent
9685ccfcfd
commit
686a58a8e7
|
@ -10,6 +10,15 @@ public class Voucher {
|
|||
private String pk_prepared;
|
||||
private String pk_vouchertype;
|
||||
private String pk_voucher;
|
||||
private String prepareddate;//制单日期
|
||||
|
||||
public String getPrepareddate() {
|
||||
return prepareddate;
|
||||
}
|
||||
|
||||
public void setPrepareddate(String prepareddate) {
|
||||
this.prepareddate = prepareddate;
|
||||
}
|
||||
|
||||
public List<VoucherDetails> getDetails() {
|
||||
return details;
|
||||
|
|
Loading…
Reference in New Issue