Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
Y
yn-health-science
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
徐俊
yn-health-science
Commits
7940206f
Commit
7940206f
authored
Dec 16, 2024
by
徐俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xujun
parent
4ae79e82
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
ComProjectManufactureDAO.java
...ava/com/yiboshi/science/dao/ComProjectManufactureDAO.java
+7
-5
No files found.
science-admin/src/main/java/com/yiboshi/science/dao/ComProjectManufactureDAO.java
View file @
7940206f
...
@@ -2,18 +2,19 @@ package com.yiboshi.science.dao;
...
@@ -2,18 +2,19 @@ package com.yiboshi.science.dao;
import
com.baomidou.mybatisplus.core.mapper.BaseMapper
;
import
com.baomidou.mybatisplus.core.mapper.BaseMapper
;
import
com.yiboshi.science.base.BaseDAO
;
import
com.yiboshi.science.base.BaseDAO
;
import
com.yiboshi.science.entity.ComProject
Equipment
;
import
com.yiboshi.science.entity.ComProject
Manufacture
;
import
com.yiboshi.science.param.dto.ComProjectEquipmentDTO
;
import
com.yiboshi.science.param.dto.ComProjectEquipmentDTO
;
import
com.yiboshi.science.param.query.ComProjectEquipmentQueryVO
;
import
com.yiboshi.science.param.dto.ComProjectManufactureDTO
;
import
com.yiboshi.science.param.query.ComProjectManufactureQueryVO
;
import
java.util.List
;
import
java.util.List
;
/**
/**
* 试制设备预算明细表 DAO
* 试制设备预算明细表 DAO
*
*
* @author
lkl
* @author
xujun
* @version 202
1-08-2
6
* @version 202
4-12-1
6
*/
*/
public
interface
ComProjectManufactureDAO
extends
BaseMapper
<
ComProject
Equipment
>,
BaseDAO
<
ComProjectEquipmentQueryVO
,
ComProjectEquipmentDTO
,
ComProjectEquipment
>
{
public
interface
ComProjectManufactureDAO
extends
BaseMapper
<
ComProject
Manufacture
>,
BaseDAO
<
ComProjectManufactureQueryVO
,
ComProjectManufactureDTO
,
ComProjectManufacture
>
{
List
<
ComProjectEquipmentDTO
>
getListByObjectId
(
String
objectId
);
List
<
ComProjectEquipmentDTO
>
getListByObjectId
(
String
objectId
);
}
}
\ No newline at end of file
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