feiyu02
2023-10-31 8f7542559760324c4dd6a2f9795d4c4df21df7af
1
2
3
4
5
6
7
8
package com.flightfeather.monitor.domain.ds1.mapper
 
import com.flightfeather.monitor.domain.ds1.entity.LoginInfo
import com.flightfeather.monitor.domain.util.MyMapper
import org.apache.ibatis.annotations.Mapper
 
@Mapper
interface LoginInfoMapper : MyMapper<LoginInfo?>