package com.malk.aiwei.service; import java.util.Map; public interface AwDingService { void saveGroup(Map upMap,Map formData); }