You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
467 B
Java

package com.engine.custom.archives.service;
import weaver.hrm.User;
import java.util.Map;
public interface HtmlToPdfServiceCus {
public Map<String, Object> getHtml(Map<String,Object> params, User user);
/*
* htmlpdf
*/
public Map<String, Object> getFormDatas(Map<String,Object> params);
/*
* 线html
*/
public Map<String, Object> getFormInfoForWM(Map<String,Object> params);
}