public interface IJxcGspDrugrecalllistService
| 限定符和类型 | 方法和说明 |
|---|---|
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)
修改召回详情
|
JxcGspDrugrecalllist selectJxcGspDrugrecalllistById(String id)
id - 召回详情IDList<JxcGspDrugrecalllist> selectJxcGspDrugrecalllistList(JxcGspDrugrecalllist jxcGspDrugrecalllist)
jxcGspDrugrecalllist - 召回详情int insertJxcGspDrugrecalllist(JxcGspDrugrecalllist jxcGspDrugrecalllist)
jxcGspDrugrecalllist - 召回详情int updateJxcGspDrugrecalllist(JxcGspDrugrecalllist jxcGspDrugrecalllist)
jxcGspDrugrecalllist - 召回详情int deleteJxcGspDrugrecalllistByIds(String[] ids)
ids - 需要删除的召回详情IDint deleteJxcGspDrugrecalllistById(String id)
id - 召回详情IDInteger selectJxcGspDrugrecalllistCount(JxcGspDrugrecalllist jxcGspDrugrecalllist)
jxcGspDrugrecalllist - 召回详情Copyright © 2022. All rights reserved.