dashboard
repositories
filestore
activity
search
login
main
/
moral
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
chore:疾控中心小时数据接口提交
jinpengyong
2023-12-11
59481e2c88aa090d4db633a6c61a1bcfd3dbe011
[moral.git]
/
screen-api
/
src
/
main
/
java
/
com
/
moral
/
api
/
pojo
/
vo
/
device
/
OrganizationVO.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.moral.api.pojo.vo.device;
import lombok.Data;
import java.io.Serializable;
@Data
public class OrganizationVO implements Serializable {
private Integer id;
private String name;
}