凭证字段新增

This commit is contained in:
yuqh 2024-05-28 13:44:49 +08:00
parent 9685ccfcfd
commit 686a58a8e7
1 changed files with 9 additions and 0 deletions

View File

@ -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;