guoyuji
2024-04-08 24cf0b6db81cf1cad07d26c9bfbf12564681e7a3
north-glass-erp/src/main/java/com/example/erp/mapper/pp/ReportMapper.java
New file
@@ -0,0 +1,17 @@
package com.example.erp.mapper.pp;
import com.example.erp.entity.pp.FlowCard;
import com.example.erp.entity.sd.OrderGlassDetail;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import java.sql.Date;
import java.util.List;
import java.util.Map;
@Mapper
public interface ReportMapper {
    List<Map<String, String>> processCardProgressMp(String orderId);
}