dashboard
repositories
filestore
activity
search
login
main
/
zhny_java
智慧农业后台管理
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
遥感时间为年月
guoshilong
2022-09-03
5c849f0bd79d8436612b7ffb40795897236293ca
[zhny_java.git]
/
src
/
main
/
java
/
org
/
springblade
/
modules
/
farm
/
vo
/
FarmingStatisVO.java
1
2
3
4
5
6
7
8
9
10
11
12
13
package org.springblade.modules.farm.vo;
import lombok.Data;
@Data
public class FarmingStatisVO {
private String type;
private String name;
private Integer value;
}