Package net.risesoft.service.impl
Class PrintLogServiceImpl
- java.lang.Object
-
- net.risesoft.service.impl.PrintLogServiceImpl
-
- All Implemented Interfaces:
PrintLogService
@Service public class PrintLogServiceImpl extends Object implements PrintLogService
- Author:
- qinman, zhangchongjie
- Date:
- 2022/12/20
-
-
Constructor Summary
Constructors Constructor Description PrintLogServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PrintLog>getPrintLogList(String processSerialNumber)voidsavePrintLog(PrintLog log)
-
-
-
Method Detail
-
getPrintLogList
public List<PrintLog> getPrintLogList(String processSerialNumber)
- Specified by:
getPrintLogListin interfacePrintLogService
-
savePrintLog
@Transactional public void savePrintLog(PrintLog log)
- Specified by:
savePrintLogin interfacePrintLogService
-
-