package com.xzx.gc.batch; /** * 批量操作接口 * * @param * @author sunchangtan */ @tk.mybatis.mapper.annotation.RegisterMapper public interface BatchInsertMapper extends InsertSelectiveMapper { }