Class PrintApiImpl

  • All Implemented Interfaces:
    PrintApi

    @RestController
    @RequestMapping(value="/services/rest/print",
                    produces="application/json")
    public class PrintApiImpl
    extends Object
    implements PrintApi
    打印模板接口
    Author:
    qinman, zhangchongjie
    Date:
    2022/12/20
    • Constructor Detail

      • PrintApiImpl

        public PrintApiImpl()
    • Method Detail

      • openDocument

        public net.risesoft.pojo.Y9Result<String> openDocument​(@RequestParam
                                                               String tenantId,
                                                               @RequestParam
                                                               String itemId)
        获取打印模板文件存储ID(打开打印模板使用)
        Specified by:
        openDocument in interface PrintApi
        Parameters:
        tenantId - 租户id
        itemId - 事项id
        Returns:
        Y9Result<String> 通用请求返回对象 -data是模版文件ID
        Since:
        9.6.6