dashboard
repositories
filestore
activity
search
login
jagzwxm
/
ja_manage
吉安感知网项目-后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix: 替换地址
linwei
2026-04-16
7a3fbfae817f5d828bc4b8f5f289ef38f94d5ce7
[jagzwxm/ja_manage.git]
/
drone-common
/
src
/
main
/
java
/
org
/
sxkj
/
common
/
geo
/
entity
/
Property.java
1
2
3
4
5
6
7
8
9
10
11
12
package org.sxkj.common.geo.entity;
import lombok.Data;
@Data
public class Property {
private String name;
private String FID;
private String Id;
}