仪表盘
版本库
文件存储
活动
搜索
登录
client
/
fengdu-gases-service
丰都气体监测平台后端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
添加首页大屏数据统计
liulin
5 天以前
2b5c36b4830adf4227f248d4e10bdb90b1e5f3d8
[client/fengdu-gases-service.git]
/
src
/
main
/
java
/
com
/
fengdu
/
gas
/
entity
/
response
/
facility
/
FacilityPointCount.java
1
2
3
4
5
6
7
8
9
package com.fengdu.gas.entity.response.facility;
import lombok.Data;
@Data
public class FacilityPointCount {
private String pointName;
private Integer count;
}