guoyuji
2024-04-24 9b9a62a2b23b3dd86c8b87be3b790f4ae9d0849a
north-glass-erp/src/main/java/com/example/erp/mapper/pp/ReportMapper.java
@@ -1,7 +1,9 @@
package com.example.erp.mapper.pp;
import com.example.erp.entity.pp.DamageDetails;
import com.example.erp.entity.pp.FlowCard;
import com.example.erp.entity.sd.OrderDetail;
import com.example.erp.entity.sd.OrderGlassDetail;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
@@ -14,4 +16,8 @@
public interface ReportMapper {
    List<Map<String, String>> processCardProgressMp(String orderId);
    List<DamageDetails> getProcessBreaking(Integer offset, Integer pageSize, String startDate, String endDate, DamageDetails damageDetails);
    Map<String,Integer> getProcessBreakingTotal(Integer offset, Integer pageSize, String startDate, String endDate, DamageDetails damageDetails);
}