package com.haogrgr.test.dao; import com.haogrgr.test.model.TestModel; public interface TestMapper extends BaseMapper<TestModel, Integer> { }