TemplateParamValueService.java 200 Bytes
package com.topdraw.business.module.template.service;

import java.util.List;
import java.util.Map;

public interface TemplateParamValueService {

    Map<Long, String> btnNames(List<Long> btnIds);
}