fuliqi
2024-07-23 9a1843b565b97326c78b2e41fc6b7953f5af84d9
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();