yearPeriod

This commit is contained in:
MaxKey
2025-06-14 20:42:33 +08:00
parent 94aad786de
commit 271cf160d3
5 changed files with 11 additions and 5 deletions

View File

@ -32,5 +32,5 @@ public class SettlementCarryforwardVo extends VoucherTemplate{
String voucherId;
Integer yearPeriod;
}

View File

@ -51,5 +51,9 @@ public class VoucherTemplatePageDto extends PageQuery {
String name;
int category;
String yearPeriod;
String bookId;
}