swb
2024-09-12 a7181383bbd5475e7dcbd1fcd29020521c85d58d
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;
}