Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
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
项目统一框架
amos-boot-biz
Commits
97659aed
Commit
97659aed
authored
Jul 15, 2023
by
chenzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改代码
parent
2259e2ec
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
SwitchPicture.java
...join/amos/boot/module/jxiop/biz/entity/SwitchPicture.java
+2
-2
SwitchPictureMapper.java
...os/boot/module/jxiop/biz/mapper2/SwitchPictureMapper.java
+1
-1
No files found.
amos-boot-system-jxiop/amos-boot-module-jxiop-monitor-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/entity/SwitchPicture.java
View file @
97659aed
...
...
@@ -13,8 +13,8 @@ public class SwitchPicture {
@TableField
(
value
=
"sequence_nbr"
)
public
long
sequenceNumber
;
@TableField
(
value
=
"
station
_id"
)
public
String
station
Id
;
@TableField
(
value
=
"
gateway
_id"
)
public
String
gateway
Id
;
@TableField
(
value
=
"switch_num"
)
public
String
switchNum
;
...
...
amos-boot-system-jxiop/amos-boot-module-jxiop-monitor-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/mapper2/SwitchPictureMapper.java
View file @
97659aed
...
...
@@ -4,5 +4,5 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import
com.yeejoin.amos.boot.module.jxiop.biz.entity.SwitchPicture
;
public
interface
SwitchPictureMapper
extends
BaseMapper
<
SwitchPicture
>
{
SwitchPicture
getSwitchUrl
(
String
station
Id
,
String
switchNum
);
SwitchPicture
getSwitchUrl
(
String
gateway
Id
,
String
switchNum
);
}
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