Package net.risesoft.service
Interface PreWorkInfoService
-
- All Known Implementing Classes:
PreWorkInfoServiceImpl
public interface PreWorkInfoService- Author:
- qinman, zhangchongjie
- Date:
- 2022/12/20
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeleteById(String id)voidsave(PreWorkInfo preWorkInfo)
-
-
-
Method Detail
-
deleteById
void deleteById(String id)
-
save
void save(PreWorkInfo preWorkInfo)
-
-