Update VoucherTemplateChangeDto.java

This commit is contained in:
jinbooks_dev
2025-06-17 16:30:23 +08:00
parent 52d61ff5a5
commit a05eb5f01c

View File

@ -54,6 +54,11 @@ public class VoucherTemplateChangeDto {
@NotNull(message = "凭证字头不能为空", groups = {AddGroup.class})
String wordHead;
/**
* 默认凭证日期为月份的第几天0为月末
*/
Integer voucherDate;
Integer voucherType;
/**