Commit 7c8d096d authored by huyuchen's avatar huyuchen

优化修改

parent 94a68c49
...@@ -24,12 +24,12 @@ public class AddVacationMonitorClearLogDTO implements Serializable { ...@@ -24,12 +24,12 @@ public class AddVacationMonitorClearLogDTO implements Serializable {
*/ */
@NotNull(message = "年假监控id不能为空") @NotNull(message = "年假监控id不能为空")
@Schema(description = "年假监控id") @Schema(description = "年假监控id")
String vacationMonitorId; private String vacationMonitorId;
/** /**
* 清零说明 * 清零说明
*/ */
@Schema(description = "清零说明") @Schema(description = "清零说明")
String clearNote; private String clearNote;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment