公告板
版本库
filestore
活动
搜索
登录
history
/
zhyl-back
智慧养老平台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
首页页面相关接口
xuefei
2020-12-11
386e4215819efd8dd5e0f60b363708871bb7686d
[history/zhyl-back.git]
/
platform-modules
/
platform-zhyl
/
src
/
main
/
java
/
cn
/
cetc54
/
platform
/
zhyl
/
entity
/
vo
/
FwjgCount.java
1
2
3
4
5
6
7
8
9
10
11
package cn.cetc54.platform.zhyl.entity.vo;
import lombok.Data;
@Data
public class FwjgCount {
private Integer fwjgCount;
private Integer fwPersonCount;
private Integer orderCount;
private String orderWatch;
}