Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
rs-cloud-platform
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
周健威
rs-cloud-platform
Commits
558d9a9c
Commit
558d9a9c
authored
Apr 27, 2024
by
周健威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改代码
parent
9c781f3b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
RscpMonitorimage.java
...pyuns/platform/rs/datacenter/entity/RscpMonitorimage.java
+2
-0
RscpMosaicimage.java
...upyuns/platform/rs/datacenter/entity/RscpMosaicimage.java
+2
-6
No files found.
rs-datacenter/rs-datacenter-api/src/main/java/com/upyuns/platform/rs/datacenter/entity/RscpMonitorimage.java
View file @
558d9a9c
...
...
@@ -98,6 +98,8 @@ public class RscpMonitorimage implements java.io.Serializable {
private
String
url
;
private
Integer
hot
;
//1--热门;0--默认
/* This code was generated by TableGo tools, mark 1 end. */
/* This code was generated by TableGo tools, mark 2 begin. */
...
...
rs-datacenter/rs-datacenter-api/src/main/java/com/upyuns/platform/rs/datacenter/entity/RscpMosaicimage.java
View file @
558d9a9c
...
...
@@ -50,9 +50,6 @@ public class RscpMosaicimage implements java.io.Serializable {
private
String
metajson
;
// 补充信息,以json形式表现
private
String
datatype
;
// 格式类型 : 1、tif 2、shp 等
private
String
orderId
;
// 订单id
...
...
@@ -77,9 +74,6 @@ public class RscpMosaicimage implements java.io.Serializable {
private
String
layers
;
//图层标识
private
String
monitorType
;
//监测类型
// 兼容旧版本
@Transient
private
String
extent_srs
;
...
...
@@ -95,6 +89,8 @@ public class RscpMosaicimage implements java.io.Serializable {
private
String
url
;
private
Integer
hot
;
//1--热门;0--默认
/* This code was generated by TableGo tools, mark 1 end. */
/* This code was generated by TableGo tools, mark 2 begin. */
...
...
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