yxh
yxh
2023-05-31 0363d8873e26c8e7a2b8e9b08ee56b7a3605d6c7
1
2
3
4
5
6
7
8
9
10
11
12
package com.ruoyi.project.domain.vo;
 
 
import lombok.Data;
 
@Data
public class DonateNumberByMonth {
    private String donatemonth;
 
    private Integer donatecount;
 
}