cjl
2024-01-31 3f667355c7013b459f3ab5ec0c1bc035d7e2d5aa
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;
}