fuliqi
2025-02-19 b5d319285186901e6b8f958d1a815c6aa592f0e4
business/src/main/java/com/ycl/domain/form/ProjectPlanExamineRecordForm.java
@@ -27,6 +27,8 @@
    @ApiModelProperty("项目计划记录id")
    private Long projectPlanRecordId;
    private Long projectPlanInfoId;
    @NotNull(message = "上级部门审核人不能为空", groups = {Add.class, Update.class})
    @ApiModelProperty("上级部门审核人")
    private Long departmentUserId;