Package net.risesoft.service.impl
Class PreWorkInfoServiceImpl
- java.lang.Object
-
- net.risesoft.service.impl.PreWorkInfoServiceImpl
-
- All Implemented Interfaces:
PreWorkInfoService
@Service @Transactional(value="rsTenantTransactionManager", readOnly=true) public class PreWorkInfoServiceImpl extends Object implements PreWorkInfoService- Author:
- qinman, zhangchongjie
- Date:
- 2022/12/20
-
-
Constructor Summary
Constructors Constructor Description PreWorkInfoServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeleteById(String id)voidsave(PreWorkInfo preWorkInfo)
-
-
-
Method Detail
-
deleteById
@Transactional public void deleteById(String id)
- Specified by:
deleteByIdin interfacePreWorkInfoService
-
save
@Transactional public void save(PreWorkInfo preWorkInfo)
- Specified by:
savein interfacePreWorkInfoService
-
-