This website works better with JavaScript.
Home
Explore
Help
Sign In
eln_TD
/
eln_svr
Watch
9
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fix:[编码规范]
master
15881625488@163.com
2 months ago
parent
0ff3f29dea
commit
70e6eb2be5
2 changed files
with
12 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-1
hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/mapper/StudyGyzjMapper.java
+6
-1
hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/mapper/StudyMjyMapper.java
+ 6
- 1
hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/mapper/StudyGyzjMapper.java
View File
@ -14,6 +14,11 @@ import java.util.List;
*
/
public
interface
StudyGyzjMapper
extends
BaseMapper
<
StudyGyzj
>
{
/
*
*
*
试验
-
物资信息
-
给药制剂
*
*
@param
list
*
@return
*
/
void
insertBatch
(
@Param
(
"list"
)
List
<
StudyGyzj
>
list
)
;
}
+ 6
- 1
hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/mapper/StudyMjyMapper.java
View File
@ -15,7 +15,12 @@ import java.util.List;
*
/
public
interface
StudyMjyMapper
extends
BaseMapper
<
StudyMjy
>
{
/
*
*
*
试验
-
物资信息
-
麻精药
*
*
@param
list
*
@return
*
/
void
insertBatch
(
@Param
(
"list"
)
List
<
StudyMjy
>
list
)
;
Write
Preview
Loading…
Cancel
Save