南昌市物联网技防平台-后台
tangzy
2021-03-17 7e6b4d0547e1b46df3cb3f0385e5d50ce3ca8a5d
blade-service/blade-jfpts/src/main/java/org/springblade/jfpt/parcel/service/ParcelService.java
@@ -10,8 +10,8 @@
 */
public interface ParcelService {
   /**
    * 获取查询条件
    * @param conditionVo 查询条件对象
    * 获取违禁包裹统计数据,远程调用接口
    * @param conditionVo 查询条件对象  状态码 0:本天    1:本周   2:本月
    * @return
    */
   List<Map<String,Object>> parcelKindStatis(ConditionVo conditionVo);
@@ -22,4 +22,17 @@
    * @return
    */
    Object getParcelStatis(ConditionVo conditionVo);
   /**
    * 查询包裹总数,违禁品总数
    * @param status 状态码 0:本天    1:本周   2:本月
    * @return
    */
   List<Integer> selectParcelCount(Integer status);
   /**
    * 查询7天内违禁品每天的数量
    * @return
    */
    Map<String, Object> selectParcelData();
}