cjl
2023-11-15 783d1706ab3e943fd79b52f566e6ed8e42abfea5
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;
}