dashboard
repositories
filestore
activity
search
login
admin
/
drone-java
forked from
drone/drone-java
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改DB成果展示入库失败,增加TbfjEntity表的字段,无对应字段默认0.
rain
2024-04-18
98c8e73c57f8f76e5720a066f155ebfff2a7cc5f
[~admin/drone-java.git]
/
src
/
main
/
java
/
com
/
dji
/
sample
/
geo
/
entity
/
Property.java
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;
}