|
@@ -2,10 +2,12 @@ package cn.com.ctop.bytedance.mapper;
|
|
|
|
|
|
|
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
|
+import org.apache.ibatis.annotations.Mapper;
|
|
import org.apache.ibatis.annotations.Param;
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
|
|
|
import java.util.List;
|
|
import java.util.List;
|
|
|
|
|
|
|
|
+@Mapper
|
|
public interface ReportMapper {
|
|
public interface ReportMapper {
|
|
|
|
|
|
/**
|
|
/**
|