@Service public class JxcGspDrugrecalllistServiceImpl extends Object implements IJxcGspDrugrecalllistService
| 限定符和类型 | 字段和说明 |
|---|---|
private JxcGspDrugrecalllistMapper |
jxcGspDrugrecalllistMapper |
| 构造器和说明 |
|---|
JxcGspDrugrecalllistServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
deleteJxcGspDrugrecalllistById(String id)
删除召回详情信息
|
int |
deleteJxcGspDrugrecalllistByIds(String[] ids)
批量删除召回详情
|
int |
insertJxcGspDrugrecalllist(JxcGspDrugrecalllist jxcGspDrugrecalllist)
新增召回详情
|
JxcGspDrugrecalllist |
selectJxcGspDrugrecalllistById(String id)
查询召回详情
|
Integer |
selectJxcGspDrugrecalllistCount(JxcGspDrugrecalllist jxcGspDrugrecalllist)
返回查询召回详情总量
|
List<JxcGspDrugrecalllist> |
selectJxcGspDrugrecalllistList(JxcGspDrugrecalllist jxcGspDrugrecalllist)
查询召回详情列表
|
int |
updateJxcGspDrugrecalllist(JxcGspDrugrecalllist jxcGspDrugrecalllist)
修改召回详情
|
@Autowired private JxcGspDrugrecalllistMapper jxcGspDrugrecalllistMapper
public JxcGspDrugrecalllist selectJxcGspDrugrecalllistById(String id)
selectJxcGspDrugrecalllistById 在接口中 IJxcGspDrugrecalllistServiceid - 召回详情IDpublic List<JxcGspDrugrecalllist> selectJxcGspDrugrecalllistList(JxcGspDrugrecalllist jxcGspDrugrecalllist)
selectJxcGspDrugrecalllistList 在接口中 IJxcGspDrugrecalllistServicejxcGspDrugrecalllist - 召回详情public int insertJxcGspDrugrecalllist(JxcGspDrugrecalllist jxcGspDrugrecalllist)
insertJxcGspDrugrecalllist 在接口中 IJxcGspDrugrecalllistServicejxcGspDrugrecalllist - 召回详情public int updateJxcGspDrugrecalllist(JxcGspDrugrecalllist jxcGspDrugrecalllist)
updateJxcGspDrugrecalllist 在接口中 IJxcGspDrugrecalllistServicejxcGspDrugrecalllist - 召回详情public int deleteJxcGspDrugrecalllistByIds(String[] ids)
deleteJxcGspDrugrecalllistByIds 在接口中 IJxcGspDrugrecalllistServiceids - 需要删除的召回详情IDpublic int deleteJxcGspDrugrecalllistById(String id)
deleteJxcGspDrugrecalllistById 在接口中 IJxcGspDrugrecalllistServiceid - 召回详情IDpublic Integer selectJxcGspDrugrecalllistCount(JxcGspDrugrecalllist jxcGspDrugrecalllist)
selectJxcGspDrugrecalllistCount 在接口中 IJxcGspDrugrecalllistServicejxcGspDrugrecalllist - 召回详情Copyright © 2022. All rights reserved.