IntegralMapper.java 256 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 11 package com.server.web.common.mapping; import java.util.List; import java.util.Map; /** * Created by weiwenfu@163.com on 2020/3/13 下午 4:09. */ public interface IntegralMapper { List<Map<String, Object>> signInList(Map<String, Object> param); }