guoshilong
2023-11-16 3823dc87eb8ef4d5cd25390ec9b17c856d10fafd
1
2
3
4
5
6
7
8
9
10
11
12
package com.dji.sample.geo.entity;
 
import lombok.Data;
 
@Data
public class Property {
    private String name;
 
    private String FID;
 
    private String Id;
}