This commit is contained in:
Binary file not shown.
@@ -20,7 +20,7 @@ public class BookRecordMonthListDto {
|
|||||||
*/
|
*/
|
||||||
@NotBlank(message = "考勤本ID不能为空")
|
@NotBlank(message = "考勤本ID不能为空")
|
||||||
@Schema(description = "考勤本ID", required = true)
|
@Schema(description = "考勤本ID", required = true)
|
||||||
private String bookId;
|
private Integer bookId;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 月份(必填,格式:yyyy-MM)
|
* 月份(必填,格式:yyyy-MM)
|
||||||
|
|||||||
Reference in New Issue
Block a user