Commit 8ea95fb8 authored by yanzg's avatar yanzg

压缩视频

parent 1ba0b303
......@@ -78,7 +78,7 @@ public class PrinterHelper {
* @param datas 来源数据
* @return
*/
public static ConvertPlan convert(String pager, double left, double top, List<Object> datas) {
public static ConvertPlan convert(String pager, double left, double top, List datas) {
ConvertPlan from = new ConvertPlan();
from.setPager(pager);
from.setDatas(datas);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment