fuliqi
2024-09-27 c5220156021c5d90b6b7d33ec9154259936c3060
ycl-pojo/src/main/java/com/ycl/platform/domain/form/CalculateReportForm.java
@@ -46,10 +46,6 @@
    @ApiModelProperty("哪月的")
    private Integer whichMonth;
    @NotNull(message = "修改人不能为空", groups = {Add.class, Update.class})
    @ApiModelProperty("修改人")
    private Long updateBy;
    public static CalculateReport getEntityByForm(@NonNull CalculateReportForm form, CalculateReport entity) {
        if(entity == null) {
          entity = new CalculateReport();