dashboard
repositories
filestore
activity
search
login
main
/
zhny_java
智慧农业后台管理
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
小程序记录农资退回
guoshilong
2022-08-19
d1e1caa4a066aa69acee64fda9296c46cff4d496
[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;
}