@Service public class SystemDeployLogService extends Object implements InductsListenerService<SystemDeployLogDO>
| 构造器和说明 |
|---|
SystemDeployLogService() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
del(Integer[] ids) |
SystemDeployLogDO |
info(int id) |
Map<String,Object> |
list(cn.tworice.mybatis.vo.PageParam pageParam,
SystemDeployLogDO entity) |
boolean |
saveBatch(List<SystemDeployLogDO> list) |
int |
set(SystemDeployLogDO entity) |
public Map<String,Object> list(cn.tworice.mybatis.vo.PageParam pageParam, SystemDeployLogDO entity)
public int set(SystemDeployLogDO entity)
public int del(Integer[] ids)
public boolean saveBatch(List<SystemDeployLogDO> list)
saveBatch 在接口中 InductsListenerService<SystemDeployLogDO>public SystemDeployLogDO info(int id)
Copyright © 2024. All rights reserved.