| | |
| | | |
| | | import com.dy.pipIrrGlobal.pojoSt.StClientAmountMonth; |
| | | import com.dy.pipIrrGlobal.voSt.VoClientAmountStatistics; |
| | | import com.dy.pipIrrGlobal.voSt.VoStClientAmountMonth; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | /** |
| | | * @Author: liurunyu |
| | |
| | | int updateByPrimaryKey(StClientAmountMonth record); |
| | | |
| | | |
| | | |
| | | ////////////////////////////////////// |
| | | //查询统计结果 |
| | | /** |
| | | * 查询总数量 |
| | | * @param params |
| | | * @return |
| | | */ |
| | | Long selectCountMonthStatistics(Map<?, ?> params) ; |
| | | /** |
| | | * 查询分页数据 |
| | | * @param params |
| | | * @return |
| | | */ |
| | | List<VoStClientAmountMonth> selectMonthStatistics(Map<?, ?> params) ; |
| | | |
| | | ////////////////////////////////////// |
| | | //统计相关 |
| | | /** |