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