dashboard
repositories
filestore
activity
search
login
陈家良
/
moral
forked from
moral
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
chore:补充提交
jinpengyong
2023-11-14
d3b8905de283ea2e28c06f2c80f72397723b8d77
[~chenjialiang/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;
}