Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yichengstreet-be
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
yichengstreet
yichengstreet-be
Commits
af8b974b
Commit
af8b974b
authored
Mar 25, 2025
by
luben
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into 'main'
Dev See merge request
!184
parents
ef0e5ffc
0b891ca8
Pipeline
#143612
canceled with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
GridRegion.java
...rc/main/java/com/ruoyi/system/domain/grid/GridRegion.java
+6
-0
GridRegionMapper.xml
...ystem/src/main/resources/mapper/grid/GridRegionMapper.xml
+2
-1
No files found.
ruoyi-system/src/main/java/com/ruoyi/system/domain/grid/GridRegion.java
View file @
af8b974b
...
@@ -111,6 +111,12 @@ public class GridRegion implements Serializable {
...
@@ -111,6 +111,12 @@ public class GridRegion implements Serializable {
private
String
pId
;
private
String
pId
;
private
String
detail
;
public
String
getDetail
(){
return
detail
;}
public
void
setDetail
(
String
detail
){
this
.
detail
=
detail
;}
public
String
getpName
(){
return
pName
;}
public
String
getpName
(){
return
pName
;}
public
void
setpName
(
String
pName
){
this
.
pName
=
pName
;}
public
void
setpName
(
String
pName
){
this
.
pName
=
pName
;}
...
...
ruoyi-system/src/main/resources/mapper/grid/GridRegionMapper.xml
View file @
af8b974b
...
@@ -26,6 +26,7 @@
...
@@ -26,6 +26,7 @@
</resultMap>
</resultMap>
<resultMap
extends=
"BaseResultMap"
id=
"ResultMapWithBLOBs"
type=
"com.ruoyi.system.domain.grid.GridRegion"
>
<resultMap
extends=
"BaseResultMap"
id=
"ResultMapWithBLOBs"
type=
"com.ruoyi.system.domain.grid.GridRegion"
>
<result
column=
"wg_coordinate"
jdbcType=
"LONGVARCHAR"
property=
"wgCoordinate"
/>
<result
column=
"wg_coordinate"
jdbcType=
"LONGVARCHAR"
property=
"wgCoordinate"
/>
<result
column=
"detail"
jdbcType=
"VARCHAR"
property=
"detail"
/>
</resultMap>
</resultMap>
<sql
id=
"Example_Where_Clause"
>
<sql
id=
"Example_Where_Clause"
>
<where>
<where>
...
@@ -91,7 +92,7 @@
...
@@ -91,7 +92,7 @@
ylzd2, ylzd3, ylzd4, ylzd5, wg_purpose, status
ylzd2, ylzd3, ylzd4, ylzd5, wg_purpose, status
</sql>
</sql>
<sql
id=
"Blob_Column_List"
>
<sql
id=
"Blob_Column_List"
>
wg_coordinate
wg_coordinate
,detail
</sql>
</sql>
<select
id=
"selectByExampleWithBLOBs"
parameterType=
"com.ruoyi.system.domain.grid.GridRegionExample"
resultMap=
"ResultMapWithBLOBs"
>
<select
id=
"selectByExampleWithBLOBs"
parameterType=
"com.ruoyi.system.domain.grid.GridRegionExample"
resultMap=
"ResultMapWithBLOBs"
>
select
select
...
...
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