Class PrintLogApiImpl

  • All Implemented Interfaces:
    PrintLogApi

    @Validated
    @RestController
    @RequestMapping(value="/services/rest/printLog",
                    produces="application/json")
    public class PrintLogApiImpl
    extends Object
    implements PrintLogApi
    打印日志接口
    Author:
    qinman, zhangchongjie
    Date:
    2022/12/20
    • Constructor Detail

      • PrintLogApiImpl

        public PrintLogApiImpl()
    • Method Detail

      • getPrintLogList

        public net.risesoft.pojo.Y9Result<List<PrintLogModel>> getPrintLogList​(@RequestParam
                                                                               String tenantId,
                                                                               @RequestParam
                                                                               String processSerialNumber)
        获取打印日志列表
        Specified by:
        getPrintLogList in interface PrintLogApi
        Parameters:
        tenantId - 租户ID
        processSerialNumber - 流程实例ID
        Returns:
        Y9Result>
      • savePrintLog

        public net.risesoft.pojo.Y9Result<Object> savePrintLog​(@RequestParam
                                                               String tenantId,
                                                               @RequestBody
                                                               PrintLogModel printLog)
        保存打印日志
        Specified by:
        savePrintLog in interface PrintLogApi
        Parameters:
        tenantId - 租户ID
        printLog - 打印日志