xiangpei
2025-03-03 41d5af89f7de2961e03b2f630fbd0da6abef8566
business/src/main/java/com/ycl/domain/form/ProjectInvestmentInfoForm.java
@@ -23,7 +23,7 @@
@Data
@ApiModel(value = "ProjectInvestmentInfo表单", description = "投资项目基础信息表表单")
public class ProjectInvestmentInfoForm extends AbsForm {
    @NotNull(message = "项目id不能为空", groups = {Add.class, Update.class})
    @ApiModelProperty("项目id")
    private Long projectId;