审查视图

src/main/java/com/tianbo/imfClient/dao/AGENTSTATISTICSMapper.java 302 字节
1 2 3 4 5 6 7 8 9 10 11 12 13
package com.tianbo.imfClient.dao;

import com.tianbo.imfClient.model.ORIGINMANIFESTMASTER;

import javax.annotation.Resource;
import java.util.HashMap;
import java.util.List;
import java.util.Map;

@Resource
public interface AGENTSTATISTICSMapper {
    List<ORIGINMANIFESTMASTER> statistics(Map map);
}