com.mybatisflex.test.mapper.AccountMapper Maven / Gradle / Ivy
The newest version!
package com.mybatisflex.test.mapper;
import com.mybatisflex.test.mapper.MyBaseMapper;
import com.mybatisflex.test.model.Account;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface AccountMapper extends MyBaseMapper {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy