This commit is contained in:
476474485@qq.com 2024-08-15 13:58:08 +08:00
commit 118aa26aee
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;