xiangpei
2025-02-10 6a754a7e1e5684e2e1efdb08b210334dc37680d8
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;