|
|
|
@ -16,6 +16,7 @@ import cokr.xit.base.file.service.FileQuery;
|
|
|
|
|
import cokr.xit.foundation.data.paging.MapperSupport;
|
|
|
|
|
|
|
|
|
|
@Intercepts({
|
|
|
|
|
@Signature(type = Executor.class, method = "query", args = {MappedStatement.class, Object.class, RowBounds.class, ResultHandler.class}),
|
|
|
|
|
@Signature(type = Executor.class, method = "update", args = {MappedStatement.class, Object.class})
|
|
|
|
|
})
|
|
|
|
|
public class AddsMapperSupport extends MapperSupport {
|
|
|
|
|