Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
springboot-cli
Overview
Overview
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
s_guodong
springboot-cli
Commits
0fcf0bf0
Commit
0fcf0bf0
authored
Oct 24, 2023
by
gechengyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交Mps/Mpi/Mpe/Lck等相关类和配置
parent
73cadb12
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
MpiMapper.java
src/main/java/com/brilliance/mapper/MpiMapper.java
+12
-0
MpiMapper.xml
src/main/resources/com/brilliance/mapper/MpiMapper.xml
+0
-0
No files found.
src/main/java/com/brilliance/mapper/MpiMapper.java
View file @
0fcf0bf0
package
com
.
brilliance
.
mapper
;
package
com
.
brilliance
.
mapper
;
import
com.brilliance.entity.Mpi
;
import
com.brilliance.entity.Mpi
;
import
org.apache.ibatis.annotations.Param
;
public
interface
MpiMapper
{
public
interface
MpiMapper
{
int
deleteByPrimaryKey
(
String
inr
);
int
insert
(
Mpi
record
);
int
insert
(
Mpi
record
);
int
insertSelective
(
Mpi
record
);
int
insertSelective
(
Mpi
record
);
Mpi
selectByPrimaryKey
(
String
inr
);
int
updateByPrimaryKeySelective
(
Mpi
record
);
int
updateByPrimaryKey
(
Mpi
record
);
Mpi
getMpi
(
@Param
(
"othref"
)
String
othref
,
@Param
(
"dir"
)
String
dir
);
}
}
\ No newline at end of file
src/main/resources/com/brilliance/mapper/MpiMapper.xml
View file @
0fcf0bf0
This diff is collapsed.
Click to expand it.
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