carryforward

This commit is contained in:
MaxKey
2025-06-14 20:31:01 +08:00
parent 8d8e55a75e
commit 94aad786de
2 changed files with 5 additions and 0 deletions

View File

@ -31,4 +31,6 @@ public class SettlementCarryforwardVo extends VoucherTemplate{
private static final long serialVersionUID = 4969126049394752855L;
String voucherId;
Integer yearPeriod;
}