Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
huatu_API
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liudong1993
huatu_API
Commits
1b8ff1a9
Commit
1b8ff1a9
authored
Mar 06, 2026
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
bdf16792
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
0 deletions
+42
-0
RB_Spider_Poi.cs
REBORN.Model/Entity/Video/RB_Spider_Poi.cs
+42
-0
No files found.
REBORN.Model/Entity/Video/RB_Spider_Poi.cs
View file @
1b8ff1a9
...
@@ -41,22 +41,49 @@ namespace REBORN.Model.Entity.Video
...
@@ -41,22 +41,49 @@ namespace REBORN.Model.Entity.Video
/// </summary>
/// </summary>
public
string
CoverPic
{
get
;
set
;
}
public
string
CoverPic
{
get
;
set
;
}
/// <summary>
/// 地址
/// </summary>
public
string
Address
{
get
;
set
;
}
public
string
Address
{
get
;
set
;
}
/// <summary>
/// 纬度
/// </summary>
public
float
Latitude
{
get
;
set
;
}
public
float
Latitude
{
get
;
set
;
}
/// <summary>
/// 经度
/// </summary>
public
float
Longitude
{
get
;
set
;
}
public
float
Longitude
{
get
;
set
;
}
/// <summary>
/// 城市编号
/// </summary>
public
string
CityId
{
get
;
set
;
}
public
string
CityId
{
get
;
set
;
}
/// <summary>
/// 城市名称
/// </summary>
public
string
CityName
{
get
;
set
;
}
public
string
CityName
{
get
;
set
;
}
/// <summary>
/// 城市英文民初
/// </summary>
public
string
CityEnName
{
get
;
set
;
}
public
string
CityEnName
{
get
;
set
;
}
/// <summary>
///国家编号
/// </summary>
public
string
CountryId
{
get
;
set
;
}
public
string
CountryId
{
get
;
set
;
}
/// <summary>
/// 国家名称
/// </summary>
public
string
CountryName
{
get
;
set
;
}
public
string
CountryName
{
get
;
set
;
}
/// <summary>
/// 国家英文名称
/// </summary>
public
string
CountryEnName
{
get
;
set
;
}
public
string
CountryEnName
{
get
;
set
;
}
/// <summary>
/// <summary>
...
@@ -64,14 +91,29 @@ namespace REBORN.Model.Entity.Video
...
@@ -64,14 +91,29 @@ namespace REBORN.Model.Entity.Video
/// </summary>
/// </summary>
public
string
Description
{
get
;
set
;
}
public
string
Description
{
get
;
set
;
}
/// <summary>
/// 电话
/// </summary>
public
string
Phone
{
get
;
set
;
}
public
string
Phone
{
get
;
set
;
}
/// <summary>
/// 网址
/// </summary>
public
string
Website
{
get
;
set
;
}
public
string
Website
{
get
;
set
;
}
/// <summary>
/// 交通
/// </summary>
public
string
Traffic
{
get
;
set
;
}
public
string
Traffic
{
get
;
set
;
}
/// <summary>
/// 营业时间
/// </summary>
public
string
Opening
{
get
;
set
;
}
public
string
Opening
{
get
;
set
;
}
/// <summary>
///推荐时间
/// </summary>
public
string
RecommendTime
{
get
;
set
;
}
public
string
RecommendTime
{
get
;
set
;
}
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment