智慧农业后台管理
Administrator
2022-05-30 fcb8f2c7678bd315d40fd910ca00695a32865202
1
2
3
4
5
6
7
8
9
10
11
package org.springblade.modules.farm.vo;
 
import lombok.Data;
 
@Data
public class FarmingStatisVO {
 
    private String name;
 
    private Integer value;
}