dashboard
repositories
filestore
activity
search
login
main
/
zhny_java
智慧农业后台管理
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
添加批量结束种养接口
guoshilong
2022-08-09
da5aa91989a403f01ec9c621468f3bff0c6d4e47
[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;
}