|
@@ -3,8 +3,13 @@ package com.tzld.piaoquan.growth.common.dao.mapper;
|
|
|
import com.tzld.piaoquan.growth.common.model.po.GhDetail;
|
|
|
import com.tzld.piaoquan.growth.common.model.po.GhDetailExample;
|
|
|
import java.util.List;
|
|
|
+
|
|
|
+import org.apache.ibatis.annotations.Mapper;
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
+import org.springframework.stereotype.Repository;
|
|
|
|
|
|
+@Mapper
|
|
|
+@Repository
|
|
|
public interface GhDetailMapper {
|
|
|
long countByExample(GhDetailExample example);
|
|
|
|