dashboard
repositories
filestore
activity
search
login
main
/
zhny_java
智慧农业后台管理
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
新增移栽时间筛选条件
guoshilong
2022-08-08
237b83c45a3c5dfb923af06c24ad371b6547f8cf
[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;
}