#
Junjie
2025-07-25 201ba72b161ebf521ec3b34332ccef55d25aa5f8
1
2
3
4
5
6
7
8
9
10
package com.zy.asrs.mapper;
 
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
 
@Mapper
@Repository
public interface ReportQueryMapper {
 
}