feiyu02
2025-06-04 cc2a28ad6b99795d05cd9c923d8f7da27b4509e3
1
2
3
4
5
6
7
8
package com.flightfeather.uav.domain
 
import tk.mybatis.mapper.common.Mapper
import tk.mybatis.mapper.common.MySqlMapper
 
interface MyMapper<T> : Mapper<T>, MySqlMapper<T> {
 
}