dashboard
repositories
filestore
activity
search
login
陈家良
/
moral
forked from
moral
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix:因子相关性比较均值
cjl
2024-04-23
ee8bb47024e9ef5a585a5f4d61d1ab236c9d4341
[~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;
}